andygrove commented on PR #3524:
URL: 
https://github.com/apache/datafusion-comet/pull/3524#issuecomment-4098920668

   test failure:
   
   ```
   - parquet write with union of structs *** FAILED *** (169 milliseconds)
     0 did not equal 1 Expected exactly one CometNativeWriteExec in the plan, 
but found 0:
     Execute InsertIntoHadoopFsRelationCommand 
file:/__w/datafusion-comet/datafusion-comet/spark/target/tmp/spark-2f9604b3-87ca-41c1-90d8-1cbed0a42386/output.parquet,
 false, Parquet, 
[path=/__w/datafusion-comet/datafusion-comet/spark/target/tmp/spark-2f9604b3-87ca-41c1-90d8-1cbed0a42386/output.parquet],
 ErrorIfExists, [id, person]
     +- WriteFiles
        +- Union
           :- *(1) Project [1 AS id#1514, [Alice,30] AS person#1515]
           :  +- *(1) Scan OneRowRelation[]
           +- *(2) Project [2 AS id#1516, [Bob,25] AS person#1517]
              +- *(2) Scan OneRowRelation[] (CometParquetWriterSuite.scala:
   ```


-- 
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]

Reply via email to