Vadzim Kapichenka
Vadzim Kapichenka
See https://stackoverflow.com/questions/44409624/maven-execjava-run-executable-plugin-dependency-jar-results-in-npe. It states that executableDependency is for native libraries. Using `includePluginDependencies` was sufficient in my case.
@sch111, the project seems to be orphan. As I even had to fix broken travis-ci builds in this PR and no reaction followed since then.
It looks that [ARROW-12747](https://issues.apache.org/jira/browse/ARROW-12747) was finally resolved three days ago in version 8.0.0. I was able to build `snowflake-jdbc` project with shaded arrow 8.0.0 and it became usable under Java...
The issue can be marked as resolved since 3.13.19 snowflake-jdbc driver version.
Oh. It seems I got deceived by long-awaited eager expectations. Sorry for spammy false alarm. Will have to train attentiveness and patience a bit longer. )
The [ARROW-12747](https://issues.apache.org/jira/browse/ARROW-12747) blocker was finally resolved: https://github.com/snowflakedb/snowflake-jdbc/issues/589#issuecomment-1126550745
The issue can be marked as resolved since 3.13.19 snowflake-jdbc driver version.
Oh. It seems I got deceived by long-awaited eager expectations. Sorry for spammy false alarm. We'll have to await a bit more for another Arrow upgrade from 7.0.0 to 8.0.0:...
Here is a cheatsheet from competing project: https://github.com/lukehutch/fast-classpath-scanner/issues/36
There are some UPDATE RETURNING code snippets in this duplicate: https://github.com/JetBrains/Exposed/issues/1271.