ulysses-you commented on code in PR #3928:
URL: https://github.com/apache/paimon/pull/3928#discussion_r1719284640


##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/PaimonScan.scala:
##########
@@ -36,35 +36,53 @@ case class PaimonScan(
     requiredSchema: StructType,
     filters: Seq[Predicate],
     reservedFilters: Seq[Filter],
-    pushDownLimit: Option[Int])
+    pushDownLimit: Option[Int],
+    disableBucketedScan: Boolean = false)
   extends PaimonBaseScan(table, requiredSchema, filters, reservedFilters, 
pushDownLimit)
   with SupportsRuntimeFiltering
   with SupportsReportPartitioning {
 
-  override def outputPartitioning(): Partitioning = {
+  def withDisabledBucketedScan(): PaimonScan = {

Review Comment:
   good naming! but it seems conflict with line40..



-- 
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]

Reply via email to