rtrivedi12 commented on code in PR #6350:
URL: https://github.com/apache/hive/pull/6350#discussion_r2954630700
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1441,7 +1441,8 @@ public enum ConfVars {
"org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe," +
"org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe," +
"org.apache.hadoop.hive.serde2.OpenCSVSerde," +
- "org.apache.iceberg.mr.hive.HiveIcebergSerDe",
+ "org.apache.iceberg.mr.hive.HiveIcebergSerDe," +
+ "org.apache.hadoop.hive.hbase.HBaseSerDe",
Review Comment:
Thanks @dengzhhu653! To clarify, do you think it is acceptable to return the
'last known' schema as a fallback for non-native tables (like Avro) from HMS ?
If we agree on this 'best-effort' approach implemented in this PR, we can
handle the task of removing the whitelist logic in a follow-up 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]