deniskuzZ commented on code in PR #3550:
URL: https://github.com/apache/hive/pull/3550#discussion_r957008328
##########
common/src/java/org/apache/hadoop/hive/conf/Constants.java:
##########
@@ -93,4 +93,8 @@ public class Constants {
public static final String INSERT_ONLY_FETCH_BUCKET_ID =
"insertonly.fetch.bucketid";
public static final String ERROR_MESSAGE_NO_DETAILS_AVAILABLE = "No detailed
message available";
+
+ public static final String ACID_INPUT_FORMAT =
"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat";
Review Comment:
better name it as ORC_INPUT_FORMAT, as parquet could be an ACID format as
well
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]