Skip to content

Commit 0fc505a

Browse files
committed
Enhancement: Fix compatibility issues with Spark 3.2.
1 parent e7d91d6 commit 0fc505a

File tree

1 file changed

+0
-3
lines changed
  • spark-connector-oceanbase/spark-connector-oceanbase-3.2/src/main/scala/com/oceanbase/spark/reader/v2

1 file changed

+0
-3
lines changed

spark-connector-oceanbase/spark-connector-oceanbase-3.2/src/main/scala/com/oceanbase/spark/reader/v2/OBJdbcScanBuilder.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ case class OBJdbcScanBuilder(
7777
false
7878
}
7979

80-
// Always partially pushdown.
81-
override def isPartiallyPushed: Boolean = true
82-
8380
override def build(): Scan =
8481
OBJdbcBatchScan(
8582
finalSchema: StructType,

0 commit comments

Comments
 (0)