You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/13 08:23:42 UTC

[GitHub] [incubator-doris-spark-connector] JNSimba commented on a diff in pull request #15: [improvement] stream load data is converted to json format

JNSimba commented on code in PR #15:
URL: https://github.com/apache/incubator-doris-spark-connector/pull/15#discussion_r849214693


##########
spark-doris-connector/src/main/scala/org/apache/doris/spark/sql/DorisSourceProvider.scala:
##########
@@ -60,7 +60,7 @@ private[sql] class DorisSourceProvider extends DataSourceRegister
     val sparkSettings = new SparkSettings(sqlContext.sparkContext.getConf)
     sparkSettings.merge(Utils.params(parameters, logger).asJava)
     // init stream loader
-    val dorisStreamLoader = new DorisStreamLoad(sparkSettings)
+    val dorisStreamLoader = new DorisStreamLoad(sparkSettings,data.columns)

Review Comment:
   format code



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org