forked from apache/iceberg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Improve the Spark Structured Streaming jobs (apache#8203)
* Docs: Improve the Spark Structured Streaming jobs Promote usage of using `toTable(...)` instead of `.option("path", ...)` because I've found that the `.start()` might not inject the catalog functions when doing the query planning. If the catalog is missing, this causes issues when using partitioned tables, since the transforms are not available. * Update docs/spark-structured-streaming.md * Update spark-structured-streaming.md * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> * Update docs/spark-structured-streaming.md Co-authored-by: Brian "bits" Olsen <[email protected]> --------- Co-authored-by: Brian "bits" Olsen <[email protected]>
- Loading branch information
1 parent
c3b2564
commit 1b9f412
Showing
1 changed file
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters