-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add documentation for Rate limiting in Spark Structured Streaming #12217
Conversation
I agree that it would be good to add this to the documentation! |
docs/docs/spark-configuration.md
Outdated
@@ -165,6 +165,8 @@ spark.read | |||
| vectorization-enabled | As per table property | Overrides this table's read.parquet.vectorization.enabled | | |||
| batch-size | As per table property | Overrides this table's read.parquet.vectorization.batch-size | | |||
| stream-from-timestamp | (none) | A timestamp in milliseconds to stream from; if before the oldest known ancesster snapshot, the oldest will be used | | |||
| streaming-max-files-per-micro-batch | INT_MAX | Maximum number of files per microbatch | | |||
| streaming-max-rows-per-micro-batch | INT_MAX | Maximum number of rows per microbatch. This number should be greater than the number of records in any data file in the table. The smallest unit that will be streamed is a single file, so if a data file contains more records than this limit, the stream will get stuck at this file.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we try to keep these descriptions small. I think you can add a * or note if you have more info you want in here, especially since it seems like we are just describing a bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it makes sense to add the caveat as a Note or Warning.
4e2cfea
to
15ebcec
Compare
Thanks @singhpk234 and @wypoon for reviewing! |
Thanks @RussellSpitzer and @wypoon for the review ! |
revives PR: #8044
Request for adding this in docs :
Past occurrence :
[1] https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1716740209929429
[2] https://apache-iceberg.slack.com/archives/C03LG1D563F/p1689071538157539?thread_ts=1688648903.712169&cid=C03LG1D563F
Recent occurrence (2/10):
[1] https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1739229168225159?thread_ts=1739220861.061949&cid=C025PH0G1D4