snuyanzin opened a new pull request, #27309:
URL: https://github.com/apache/flink/pull/27309

   ## What is the purpose of the change
   
   The problem is with the test `CliClientITCase` in IDE (in terminal 
everything is ok)
   
   however if run it in IDE (assuming all the modules are reloaded)
   it fails as
   ```
     java.lang.ExceptionInInitializerError: Exception 
java.lang.NoSuchFieldError: Class org.apache.calcite.sql.type.SqlTypeName does 
not have member field 'org.apache.calcite.sql.type.SqlTypeName VARIANT' [in 
thread "pool-4-thread-1"]
   ```
   
   the suspicion is https://github.com/apache/flink/pull/26655 where there were 
added a couple of Calcite classes into parser module (including SqlTypeName)
   
   The PR changes the order of dependencies in pom and it helps to resolve the 
issue
   ## Brief change log
   
   pom
   
   
   ## Verifying this change
   
   only manual in IDE
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   


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

Reply via email to