hsiang-c commented on PR #1667:
URL: 
https://github.com/apache/datafusion-comet/pull/1667#issuecomment-2831140241

   @parthchandra Yes, I think I changed the behaviors of both 
`ParquetDatetimeRebaseV2Suite` and `ParquetReadV2Suite`. Though in the code 
they are configured with `native_comet` impl. 
   
   ```scala
   CometConf.COMET_NATIVE_SCAN_IMPL.key -> CometConf.SCAN_NATIVE_COMET
   ```
   
   But the failed tests are against `native_datafusion` and 
`native_iceberg_compat` b/c the build environments are set like
   
   ```
     env:
       COMET_PARQUET_SCAN_IMPL: native_datafusion
   ```
   
   ```
     env:
       COMET_PARQUET_SCAN_IMPL: native_iceberg_compat
   ```
   
   Will fix it shortly.


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

Reply via email to