Skip to content

Releases: qwshen/spark-flight-connector

Release for Spark 3.3.*

13 Nov 20:36
Compare
Choose a tag to compare

This release is for Spark 3.3.*

This release is for Spark 3.2.*

13 Nov 20:29
Compare
Choose a tag to compare

This release is for Spark 3.2 with support of PAT/AUTH2 authentication.

Release for Spark 3.4

22 Apr 15:29
Compare
Choose a tag to compare

Upgrade to Apache Spark 3.4.0 due to the following security updates:

In Apache Spark versions prior to 3.4.0, applications using spark-submit can specify a proxy-user to run as, limiting privileges. The application can execute code with the privileges of the submitting user, however, by providing malicious configuration-related classes on the classpath. This affects architectures relying on proxy-user, for example those using Apache Livy to manage submitted applications.

Apache Spark version 3.4.0 or later ensure that spark.submit.proxyUser.allowCustomClasspathInClusterMode is set to its
default of "false", and is not overridden by submitted applications.

v1.0.1

23 Sep 01:04
Compare
Choose a tag to compare

Release v1.0.1 added support of aggregation push-down.

Release v1.0.0

14 Aug 22:35
Compare
Choose a tag to compare

The release v1.0.0 is for Apache Spark 3.2.1 or above.

Limitation: the write only works with write.protocol=literal-sql.