Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use TimestampWithTimezoneSupport for Spark's DayOfWeekFunction (…
…#8303) Summary: Remove the Spark Function `DayOfWeekFunction` extends `TimestampWithTimezoneSupport`. For following reasons: 1. `TimestampWithTimezoneSupport` is `prestosql`'s struct, we should not extends across modules. 2. `TimestampWithTimezoneSupport` not been used in `DayOfWeekFunction` Pull Request resolved: #8303 Reviewed By: xiaoxmeng Differential Revision: D52646452 Pulled By: mbasmanova fbshipit-source-id: a4ad5f792419027d11e07310d971f313aedd0e94
- Loading branch information