Releases: lyft/spark
Releases · lyft/spark
Remove Spark UI proxy
Remove Spark UI proxy
v3.3.1.0-lyft
Remove unnecessary logging statements
v3.2.1.2-lyft
Use IP address on the executor side instead of hostname
v3.2.1.1-lyft
Fix TRUNC to Quarter
v3.2.0.2-lyft: Trunc function does not contain the Q string (for quarter) (#45)
* 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
Upgrade hive to include correct loadDynamicPartitions signature (#44)
v3.2.0.0-lyft: Temporary fix for SPARK-36990 (#43)
* 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
[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)
* 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
[SPARK-28098][SQL]Support read partitioned Hive tables with (#40)