comphead commented on code in PR #5237:
URL: https://github.com/apache/datafusion-comet/pull/5237#discussion_r3714202406


##########
spark/src/main/scala/org/apache/comet/rules/CometScanRule.scala:
##########
@@ -279,12 +282,12 @@ case class CometScanRule(session: SparkSession)
         }))) {
       withFallbackReason(
         scanExec,
-        "Native DataFusion scan is not compatible with input_file_name, " +
+        "Native Parquet scan is not compatible with input_file_name, " +

Review Comment:
   its not a problem of this specific PR, but prob we can fix the error message 
to 
   
   ```
   Native Parquet Scan doesn't support functions `input_file_name`, .....
   ```



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