hsiang-c opened a new issue, #2118:
URL: https://github.com/apache/datafusion-comet/issues/2118

   ### Describe the bug
   
   ```shell
   TestSparkDataWrite > testPartitionedCreateWithTargetFileSizeViaOption() > 
format = PARQUET, branch = null FAILED
       org.opentest4j.AssertionFailedError: [Result rows should match] 
   ```
   
   ```shell
   TestSparkDataWrite > 
testPartitionedFanoutCreateWithTargetFileSizeViaOption2() > format = PARQUET, 
branch = main FAILED
       org.opentest4j.AssertionFailedError: [Result rows should match] 
   ```
   
   ### Steps to reproduce
   
   ```scala
               .config("spark.plugins", "org.apache.spark.CometPlugin")
               .config("spark.shuffle.manager", 
"org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager")
               .config("spark.comet.explainFallback.enabled", "true")
               .config("spark.sql.iceberg.parquet.reader-type", "COMET")
               .config("spark.memory.offHeap.enabled", "true")
               .config("spark.memory.offHeap.size", "10g")
               .config("spark.comet.use.lazyMaterialization", "false")
               .config("spark.comet.schemaEvolution.enabled", "true")
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to