Skip to content

Commit

Permalink
Change orc_timestamp_gen
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia committed Sep 14, 2022
1 parent 727eb1e commit 1e7a24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/orc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read_orc_sql(data_path):
# epoch in 1970 and the microsecond value is between 0 and 1000.
# See https://github.com/rapidsai/cudf/issues/11525.
def get_orc_timestamp_gen(nullable=True):
return TimestampGen(start=datetime(1970, 1, 1, tzinfo=timezone.utc), nullable=nullable)
return TimestampGen(start=datetime(1590, 1, 1, tzinfo=timezone.utc), nullable=nullable)

orc_timestamp_gen = get_orc_timestamp_gen()

Expand Down

0 comments on commit 1e7a24e

Please sign in to comment.