Open jinyangli34 opened 2 months ago
Any reason we need to set tableName as serdeName?
Because that's the default Hive behaviour according to https://github.com/apache/hive/blob/04bb92ae6174d2953f42801593b1b709bcf1154c/standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift#L442-L450.
Recently hit a problem when using table with name length > 128. Failed to create table due to HMS
SERDES.NAME
column restriction:Any reason we need to set tableName as serdeName? https://github.com/trinodb/trino/blob/074fef44233ab26c535b200a5af3f6359a0935d8/plugin/trino-hive/src/main/java/io/trino/plugin/hive/metastore/thrift/ThriftMetastoreUtil.java#L685