dongjoon-hyun commented on code in PR #44636: URL: https://github.com/apache/spark/pull/44636#discussion_r1448082584
########## docs/structured-streaming-programming-guide.md: ########## @@ -561,6 +561,8 @@ Here are the details of all the sources in Spark. <br/> <code>maxFilesPerTrigger</code>: maximum number of new files to be considered in every trigger (default: no max) <br/> + <code>maxBytesPerTrigger</code>: maximum total size of new files to be considered in every trigger (default: no max). maxBytesPerTrigger and maxFilesPerTrigger can't both be set at the same time, only one of two must be chosen. Review Comment: nit, codify? ``` - maxBytesPerTrigger and maxFilesPerTrigger can't both + <code>maxBytesPerTrigger</code> and <code>maxFilesPerTrigger</code> can't both ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org