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



##########
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:
       @wuchunfu How about this idea? I'm also willing to contribute the code 
about the upgrade of Kudu's version and the addition of unit test. :smile: But 
this is another topic and maybe  I should create another issue and PR?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to