YannByron commented on code in PR #3260:
URL: https://github.com/apache/fluss/pull/3260#discussion_r3246771268
##########
fluss-spark/fluss-spark-common/src/main/scala/org/apache/fluss/spark/SparkFlussConf.scala:
##########
@@ -50,4 +50,14 @@ object SparkFlussConf {
.durationType()
.defaultValue(Duration.ofMillis(10000L))
.withDescription("The timeout for log scanner to poll records.")
+
+ val SCAN_MAX_RECORDS_PER_PARTITION: ConfigOption[java.lang.Long] =
+ ConfigBuilder
+ .key("scan.max.records.per.partition")
Review Comment:
What about `scan.maRecordsPerPartition`, which is more spark-style, like
`spark.sql.files.maxRecordsPerFile`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]