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

   > @pchintar could you take a look at the compilation errors?
   > 
   > ```
   > Error: ] 
/__w/datafusion-comet/datafusion-comet/spark/src/main/scala/org/apache/spark/sql/comet/CometInMemoryTableScanExec.scala:111:
 value setArrowFfiSafe is not a member of 
org.apache.comet.serde.OperatorOuterClass.Scan.Builder
   > ```
   
   The `arrow_ffi_safe` field was removed from Scan in #3770, so 
`setArrowFfiSafe` no longer exists on the builder.  This PR will need to work 
around that to ensure that a deep copy is still made.


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