EricJoy2048 commented on code in PR #2797:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2797#discussion_r974825968


##########
seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/config/HiveConfig.java:
##########
@@ -27,7 +27,7 @@
 public class HiveConfig {
     public static final String TABLE_NAME = "table_name";
     public static final String METASTORE_URI = "metastore_uri";
-    public static final String TEXT_INPUT_FORMAT_CLASSNAME = 
"org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextInputFormat";
+    public static final String TEXT_INPUT_FORMAT_CLASSNAME = 
"org.apache.hadoop.mapred.TextInputFormat";

Review Comment:
   Is it possible that both 
`org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextInputFormat` and 
`org.apache.hadoop.mapred.TextInputFormat` is right?



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