This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 15315dfc4 [VL] Daily Update Velox Version (2024_04_26) (#5543)
15315dfc4 is described below
commit 15315dfc4719321633bf8c0d19a35f68911486f7
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Sat Apr 27 12:02:11 2024 +0800
[VL] Daily Update Velox Version (2024_04_26) (#5543)
Velox changes:
```
1daeb9dc7 by Masha Basmanova, Optimize copying null bits in
FlatVector::copyValuesAndNulls
6e2184f51 by Bikramjeet Vig, Back out "Back out "[velox][PR] Refactor
greatest and least Presto functions using simple function API""
a586a6997 by Bikramjeet Vig, Fix execution of lambda expressions
2f423d868 by Wei He, Run aggregation and window fuzzer tests at PR time
a9a620d4d by Jacob Wujciak-Jens, Add nightly job to track build metrics
(9460)
6570db596 by Jacob Wujciak-Jens, Fix naming of generated signatures files.
(9624)
6664d6454 by Yoav Helfman, Adding backward compat format conversion
b61ac061e by Jimmy Lu, Filter out null map key entries by default
6c0bcb49d by Ankita Victor, Add array_size Spark function (9516)
61d718dd1 by zhli1142015, Ensure ConnectorQueryCtx does not become a
dangling pointer when SplitPreload is enabled (9544)
d97ddb410 by Minhan Cao, Adding decimal support for min() and max()
functions (9005)
a689fd4d3 by Pedro Eugenio Rocha Pedreira, Fix macOS build failure
a40dd5562 by Pramod, Configure referenceDB request timeout (9537)
b1c993b95 by Masha Basmanova, Add support for custom types to DuckParser
4e075a0ef by Masha Basmanova, Fix json_extract for non-definite paths
(paths with wildcards)
abfcf12a7 by Yoav Helfman, Rename a missed enum and a bit more (9549)
d0221e6a2 by Masha Basmanova, Allow invalid UTF-8 in cast(varchar as json)
```
---
ep/build-velox/src/get_velox.sh | 2 +-
.../test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala | 3 ++-
.../test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 9c06985e8..1a799200d 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_04_25
+VELOX_BRANCH=2024_04_26_2
VELOX_HOME=""
#Set on run gluten on HDFS
diff --git
a/gluten-ut/spark34/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
b/gluten-ut/spark34/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
index b951da84a..3a24fdd68 100644
---
a/gluten-ut/spark34/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
+++
b/gluten-ut/spark34/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
@@ -23,6 +23,7 @@ import org.apache.spark.SparkConf
import org.apache.spark.executor.OutputMetrics
import org.apache.spark.scheduler.{SparkListener, SparkListenerTaskEnd}
import org.apache.spark.sql._
+import org.apache.spark.sql.GlutenTestConstants.GLUTEN_TEST
import org.apache.spark.sql.catalyst.TableIdentifier
import org.apache.spark.sql.execution.{CommandResultExec, QueryExecution,
VeloxColumnarWriteFilesExec}
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
@@ -486,7 +487,7 @@ class GlutenInsertSuite
}
}
- testGluten("SPARK-39557 INSERT INTO statements with tables with map
defaults") {
+ ignore(GLUTEN_TEST + "SPARK-39557 INSERT INTO statements with tables with
map defaults") {
withSQLConf("spark.gluten.sql.complexType.scan.fallback.enabled" ->
"false") {
import testImplicits._
diff --git
a/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
b/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
index 69e075b78..573decfc9 100644
---
a/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
+++
b/gluten-ut/spark35/src/test/scala/org/apache/spark/sql/sources/GlutenInsertSuite.scala
@@ -23,6 +23,7 @@ import org.apache.spark.SparkConf
import org.apache.spark.executor.OutputMetrics
import org.apache.spark.scheduler.{SparkListener, SparkListenerTaskEnd}
import org.apache.spark.sql._
+import org.apache.spark.sql.GlutenTestConstants.GLUTEN_TEST
import org.apache.spark.sql.catalyst.TableIdentifier
import org.apache.spark.sql.execution.{CommandResultExec, QueryExecution,
VeloxColumnarWriteFilesExec}
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
@@ -486,7 +487,7 @@ class GlutenInsertSuite
}
}
- testGluten("SPARK-39557 INSERT INTO statements with tables with map
defaults") {
+ ignore(GLUTEN_TEST + "SPARK-39557 INSERT INTO statements with tables with
map defaults") {
withSQLConf("spark.gluten.sql.complexType.scan.fallback.enabled" ->
"false") {
import testImplicits._
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]