Spark 2.x and 3.x version compilation instructions (#6503)
Spark 2.x and 3.x version compilation instructions
This commit is contained in:
@ -63,7 +63,7 @@ private[sql] class DorisSourceProvider extends DataSourceRegister with RelationP
|
||||
val maxRowCount = dorisWriterOption.maxRowCount
|
||||
val maxRetryTimes = dorisWriterOption.maxRetryTimes
|
||||
|
||||
data.foreachPartition(partition => {
|
||||
data.rdd.foreachPartition(partition => {
|
||||
|
||||
val buffer = ListBuffer[String]()
|
||||
partition.foreach(row => {
|
||||
|
||||
Reference in New Issue
Block a user