snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
65 stars 51 forks source link

SNOW-1361785 Run e2e jar tests with multiple Java versions #756

Closed sfc-gh-lsembera closed 2 months ago

sfc-gh-lsembera commented 3 months ago

This PR runs e2e jar tests with all LTS Java versions on all supported clouds. Compilation always happens with Java 8. The e2e jar test has been enhanced to test all supported data types. Additionally, this PR integrates google format with the e2e jar test project, so some changes lines are just reformats.

sfc-gh-tzhang commented 2 months ago

Compilation always happens with Java 8. The e2e jar test has been enhanced to test all supported data types.

Do we want to verify compilation with other java versions as well?

sfc-gh-lsembera commented 2 months ago

Do we want to verify compilation with other java versions as well?

@sfc-gh-tzhang I tried it within a timebox, but didn't get it working. It is not necessary, though, because customers will anyway use the SDK from Maven, which we always publish with Java 8.