luoyuxia commented on PR #20789: URL: https://github.com/apache/flink/pull/20789#issuecomment-1240639043
Test with two tables: ```sql create table t1(a int, b string, c boolean); create table t2(a decimal(10, 2), b double, c float) partitioned by (d date); ``` For Hive, describe table looks like:  For Spark, describe table looks like:  I verify it in Flink SQL client / HiveServer2 Endpoint, it looks like:   -- 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]
