mkgada commented on issue #1228:
URL: 
https://github.com/apache/datafusion-comet/issues/1228#issuecomment-2776590893

   Has there been an update on this?
   
   My workflow specifies a schema to my read function through a JSON file, 
date-related fields are specified to be timestamp type.
   
   However, job has been failing with 
   ```
    org.apache.comet.CometNativeException: assertion failed: 
!timezone.is_empty()
           at comet::errors::init::{{closure}}(__internal__:0)
           at std::panicking::rust_panic_with_hook(__internal__:0)
           at std::panicking::begin_panic_handler::{{closure}}(__internal__:0)
           at std::sys::backtrace::__rust_end_short_backtrace(__internal__:0)
           at rust_begin_unwind(__internal__:0)
           at core::panicking::panic_fmt(__internal__:0)
           at core::panicking::panic(__internal__:0)
           at 
datafusion_comet_spark_expr::utils::array_with_timezone(__internal__:0)
           at 
datafusion_comet_spark_expr::conversion_funcs::cast::cast_array(__internal__:0)
   
   ``` even after supplying the timezone explicitly to Spark session through 
`spark.sql.session.timeZone`


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