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