Skip to content

Releases: lyft/spark

Remove Spark UI proxy

26 Jan 06:22
Compare
Choose a tag to compare

Remove Spark UI proxy

v3.3.1.0-lyft

26 Oct 19:12
Compare
Choose a tag to compare
Remove unnecessary logging statements

v3.2.1.2-lyft

12 Oct 00:38
Compare
Choose a tag to compare
Use IP address on the executor side instead of hostname

v3.2.1.1-lyft

04 Mar 21:29
Compare
Choose a tag to compare
Fix TRUNC to Quarter

v3.2.0.2-lyft: Trunc function does not contain the Q string (for quarter) (#45)

24 Jan 22:53
abf236a
Compare
Choose a tag to compare
* Revert "[SPARK-17658][SQL] Disallow Users to Change Table Type"

This reverts commit [SPARK-17657][SQL] Disallow Users to Change Table Type.

* Trunc function does not contain the Q string (for quarter)

* Add comment for disabling the external table check

* Ignore tests instead of removing them

v3.2.0.1-lyft

09 Nov 19:19
98901e8
Compare
Choose a tag to compare
Upgrade hive to include correct loadDynamicPartitions signature (#44)

v3.2.0.0-lyft: Temporary fix for SPARK-36990 (#43)

14 Oct 17:38
bbf7a91
Compare
Choose a tag to compare
* Temporary fix for SPARK-36990
As we cannot differentiate between uint32 and int32, use LongIntegerUpdater by default, which converts an int32 to long using signed conversion

v3.1.2.5-lyft

20 Aug 01:57
4375b8a
Compare
Choose a tag to compare
[SPARK-28098] Fix NPE when specifying parquet files instead of paths …

v3.1.2.4-lyft: Picking changes from the fix for SPARK-32709 (#39)

19 Aug 18:07
cefa493
Compare
Choose a tag to compare
* Picking changes from the fix for SPARK-32709
Applied patch from PR: https://github.com/apache/spark/pull/33432

* Fixing compile issues

* fix compile failure Spark Hive module

v3.1.2.3-lyft

16 Aug 17:28
b4400c7
Compare
Choose a tag to compare
[SPARK-28098][SQL]Support read partitioned Hive tables with (#40)