dongwoo6kim commented on code in PR #23166: URL: https://github.com/apache/flink/pull/23166#discussion_r1299819363
########## flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml: ########## @@ -223,6 +223,10 @@ under the License. <pattern>org.apache.parquet</pattern> <shadedPattern>org.apache.hive.shaded.parquet</shadedPattern> </relocation> + <relocation> + <pattern>shaded.parquet</pattern> + <shadedPattern>org.apache.flink.hive.reshaded.parquet</shadedPattern> Review Comment: @luoyuxia I've applied your review. Thanks for the help, PTAL -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org