abstractdog commented on code in PR #4515:
URL: https://github.com/apache/hive/pull/4515#discussion_r1274583027
##########
ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java:
##########
@@ -707,6 +707,10 @@ protected HiveDecimalWritable convert(Binary binary) {
(DecimalTypeInfo) hiveTypeInfo);
}
+ @Override
+ public boolean hasDictionarySupport() {
Review Comment:
please create a follow-up ticket for supporting dictionary and make it
visible by a code comment here
--
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]