yma11 commented on code in PR #5230:
URL: https://github.com/apache/incubator-gluten/pull/5230#discussion_r1548867804
##########
gluten-delta/src/test/scala/org/apache/gluten/execution/VeloxTPCHDeltaSuite.scala:
##########
@@ -36,6 +36,7 @@ class VeloxTPCHDeltaSuite extends VeloxTPCHSuite {
override protected def sparkConf: SparkConf = {
super.sparkConf
+ .set("spark.executor.memory", "4g")
Review Comment:
not quite. It leverages existing dataset located in test
[resources](https://github.com/apache/incubator-gluten/tree/main/backends-velox/src/test/resources/tpch-data-parquet-velox).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]