mbutrovich commented on code in PR #3411:
URL: https://github.com/apache/datafusion-comet/pull/3411#discussion_r2783749850


##########
spark/src/main/scala/org/apache/spark/sql/comet/operators.scala:
##########
@@ -1904,6 +1904,8 @@ case class CometSortMergeJoinExec(
 }
 
 object CometScanWrapper extends CometSink[SparkPlan] {
+  override def isFfiSafe: Boolean = true

Review Comment:
   Do we have a followup issue to remove this flag since everything should be 
FFI safe now?



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