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/14 08:27:24 UTC

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

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



##########
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:
       It's better to create an email thread to discuss,




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