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
In some TimeZoneAwareExpression that plugin supports only UTC, the expression will fallback according to GpuOverrides.isUTCTimezone. In some case like when we call an expression directly by passing a timezone as it's parameter, like in Spark UT:
The fallback doesn't work because it didn't change any configuration.
For expressions that support timezone, we will check the expr.zoneId in BaseExprMeta.getZoneId(), I hope we can use it instead of reading config when checking UTC timezone too.
The text was updated successfully, but these errors were encountered:
In some
TimeZoneAwareExpression
that plugin supports only UTC, the expression will fallback according toGpuOverrides.isUTCTimezone
. In some case like when we call an expression directly by passing a timezone as it's parameter, like in Spark UT:The fallback doesn't work because it didn't change any configuration.
For expressions that support timezone, we will check the
expr.zoneId
inBaseExprMeta.getZoneId()
, I hope we can use it instead of reading config when checking UTC timezone too.The text was updated successfully, but these errors were encountered: