pvary commented on issue #9188: URL: https://github.com/apache/iceberg/issues/9188#issuecomment-1838537826
This is the code which fails with `NullPointerException`: ``` public static void init() { EnvironmentContext.put(EnvironmentContext.ENGINE_NAME, "flink"); EnvironmentContext.put(EnvironmentContext.ENGINE_VERSION, FlinkPackage.version()); } ``` `FlinkPackage.version()` calls this method to get the version number: ``` DataStream.class.getPackage().getImplementationVersion() ``` Maybe an issue with the classpath? -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org