viirya commented on code in PR #412: URL: https://github.com/apache/datafusion-comet/pull/412#discussion_r1597072728
########## spark/src/main/spark-3.x/org/apache/comet/shims/ShimCometScanExec.scala: ########## @@ -69,6 +69,8 @@ trait ShimCometScanExec { readSchema: StructType, options: ParquetOptions): FileScanRDD = classOf[FileScanRDD].getDeclaredConstructors + // workaround for aws spark 3.4 implementation Review Comment: ```suggestion // Prevent to pick up incorrect constructors from any custom Spark forks. ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org