luoyuxia commented on code in PR #20789: URL: https://github.com/apache/flink/pull/20789#discussion_r974964243
########## flink-connectors/flink-connector-hive/src/test/resources/endpoint/hive_catalog.q: ########## @@ -102,15 +102,15 @@ show current database; # test hive table with parameterized types # ========================================================================== -describe hive.additional_test_database.param_types_table; +describe additional_test_database.param_types_table; Review Comment: should be `additional_test_database.param_types_table` since Hive doesn't support to specific catalog. `hive.additional_test_database.param_types_table` will fail in HiveParser and then fall back to Flink's parser. -- 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]
