fsk119 commented on code in PR #22633:
URL: https://github.com/apache/flink/pull/22633#discussion_r1203814391


##########
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/context/SessionContextTest.java:
##########
@@ -64,15 +64,12 @@ public static void closeResources() {
 
     @Test
     public void testSetAndResetOption() {
-        // table config option
-        sessionContext.set(TABLE_SQL_DIALECT.key(), "hive");

Review Comment:
   Currently the SessionContext  try to load the hive parser when setting the 
dialect hive, but gateway doesn't rely on the hive. So I remove this. 



-- 
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

Reply via email to