forked from NVIDIA/spark-rapids
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip fastparquet timestamp tests for non-UTC timezones.
Fixes NVIDIA#9776. `fastparquet` seems to read Parquet timestamp columns and interpret them in the UTC timezone, regardless of timestamp settings. The Spark RAPIDS plugin falls back on Apache Spark (CPU) to interpret timestamp columns, when it detects that the timezone is non-UTC. Apache Spark seems to correctly interpret the timestamps based on timezone. This causes the `fastparquet` timestamp tests to fail in cases where the timezone is unspecified. This commit xfails the timestamp tests when a non-UTC timezone is detected. Signed-off-by: MithunR <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters