You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glad you brought up this! It's possible to depend on Comet directly but there would be some maintenance work due to different release schedule of Comet and DataFusion. (The DataFusion version in Comet and Sail must be the same.)
We have been part of the ongoing conversation to move Spark functions and expressions from Comet to the core DataFusion repo. Once the crate is set up, we can depend on it to support missing features in Sail. The hope is that Sail and other interested parties would also contribute to the shared Spark functions crate in DataFusion.
The string representation for time and interval types does not match the Spark behavior in
cast(a AS string)
.These test cases are related:
test_create_data_frame_to_pandas_day_time_internal
test_create_data_frame_to_pandas_timestamp_ntz
The text was updated successfully, but these errors were encountered: