Source
Setting Up IntelliJ IDEA CE for Snowpark Java
Choose File » New » Project. From the Project SDK menu, select 11 (for Java version 11). Note that you don’t need to select an archetype. You can just leave the Create from archetype box unchecked.
Analyzing queries and troubleshooting with Snowpark Java
This is because Snowpark uses the Apache Arrow connector, which depends on internal Java APIs that are not exposed by default after Java 9. To work around this error, set the following parameter either as a command - line argument when…