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

   > For comparison, should we delegate this to Spark itself for simplest 
cases? 🤔
   > 
   > ```
   >    sparkDf.count = = cometDf.count // to see duplicates or missing rows
   >    sparkDf.except(comeDf).union(cometDF.except(sparkDf)) // column-level 
checks
   > ```
   
   I'm not sure how we can run `cometDF.except(sparkDf)` with `cometDF` running 
with Comet enabled and `sparkDf` running with Comet disabled
   


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