You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/03/11 01:08:19 UTC

[GitHub] [incubator-seatunnel] yx91490 commented on a change in pull request #1459: [Improve] [spark-source-kudu] Remove repeated format function call in spark-source-kudu

yx91490 commented on a change in pull request #1459:
URL: https://github.com/apache/incubator-seatunnel/pull/1459#discussion_r824306376



##########
File path: seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kudu/src/main/scala/org/apache/seatunnel/spark/source/Kudu.scala
##########
@@ -36,7 +36,6 @@ class Kudu extends SparkBatchSource {
       "kudu.table" -> config.getString("kudu_table"))
 
     val ds = env.getSparkSession.read
-      .format("org.apache.kudu.spark.kudu")
       .options(mapConf)
       .kudu

Review comment:
       how about upgrade the kudu-spark version? 1.7.0 seems a little old.




-- 
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@seatunnel.apache.org

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