FANNG1 opened a new issue, #9508: URL: https://github.com/apache/gravitino/issues/9508
### Version main branch ### Describe what's wrong If the ### Error message and/or stacktrace N/A ### How to reproduce 1. create a hive table in Gravitino flink client 2. try read table from Flink natvie client ### Additional context Seems caused by different settings for `ROW FORMAT SERDE`, Flink Gravitino connector didn't set the value, Gravitino hive catalog use the dfault `org.apache.hive.hcatalog.data.JsonSerDe`,while native Flink client use `org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe`. -- 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]
