Jenson Choi
Jenson Choi
Hey, I'd love to pick this up if possible. Thanks.
@andygrove can I get a review please? Thank you in advance.
@andygrove Following our discussions on Discord, I ran the following commands to update the golden files. ``` make clean; make release PROFILES="-Pspark-3.4" SPARK_GENERATE_GOLDEN_FILES=1 ./mvnw -pl spark -Dsuites="org.apache.spark.sql.comet.CometTPCDSV1_4_PlanStabilitySuite" -Pspark-3.4 -nsu test...
`SPARK_HOME` is currently set to `/home/jenson/datafusion-comet`, which is my local clone of the repo. Does that sound about right? I will try the logging route that you suggested to see...
@andygrove I reran the following commands without the `SPARK_GENERATE_GOLDEN_FILES=1` flag: ``` make clean; make release PROFILES="-Pspark-3.4" ./mvnw -pl spark -Dsuites="org.apache.spark.sql.comet.CometTPCDSV1_4_PlanStabilitySuite" -Pspark-3.4 -nsu test ./mvnw -pl spark -Dsuites="org.apache.spark.sql.comet.CometTPCDSV2_7_PlanStabilitySuite" -Pspark-3.4 -nsu test...