nrg4878 opened a new pull request, #4702: URL: https://github.com/apache/hive/pull/4702
…ing HMS (Naveen Gangam) ### What changes were proposed in this pull request? A change to default config value for "**metastore.serdes.using.metastore.for.schema**" that has a list of serdes that use HMS for their table metadata. This list current is org.apache.hadoop.hive.ql.io.orc.OrcSerde org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe org.apache.hadoop.hive.serde2.OpenCSVSerde The proposed change adds the following to this list. org.apache.iceberg.mr.hive.HiveIcebergSerDe ### Why are the changes needed? Without this change, DatabaseMetaData APIs will not work for Iceberg tables in Hive. ### Does this PR introduce _any_ user-facing change? NO ### Is the change a dependency upgrade? NO ### How was this patch tested? Manually -- 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]
