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
Describe the bug
Looking at integration test failures for spark 3.2 in #3483, the TimeAdd and TimeSub tests are failing because Spark now uses DayTimeIntervalType for some sql statements and our TimeAdd/Sub don't handle them properly.
it looks pretty straight forward to add if we want to support it for those.
The text was updated successfully, but these errors were encountered:
tgravescs
changed the title
[BUG] TimeAdd/TimeSub fail due to new DayTimeIntervalType
[BUG] Spark 3.2.0 TimeAdd/TimeSub fail due to new DayTimeIntervalType
Sep 15, 2021
Describe the bug
Looking at integration test failures for spark 3.2 in #3483, the TimeAdd and TimeSub tests are failing because Spark now uses DayTimeIntervalType for some sql statements and our TimeAdd/Sub don't handle them properly.
it looks pretty straight forward to add if we want to support it for those.
The text was updated successfully, but these errors were encountered: