Lukas Sembera

Results 5 issues of Lukas Sembera

This PR is a resurrection of @sfc-gh-azagrebin 's PR https://github.com/snowflakedb/snowflake-ingest-java/pull/214 with adaptations for Parquet and added some integration tests. The new code is using column display name everywhere except in...

This PR fixes several issues related to handling of strings, particularly related to non ascii characters nad collations. Merging must be postponed until server-side counterpart is deployed. This PR must...

Snowflake expects the length of non-ascii strings to be the number of bytes, not the number of characters.

This PR takes advantage of a new feature in JDBC driver 3.22.0, which lets us silence exception log in the JDBC driver in case an upload fails.