This is an automated email from the ASF dual-hosted git repository.
ozankabak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 8ced56e418 remove tz with modified offset from tests (#8677)
8ced56e418 is described below
commit 8ced56e418a50456cc8193547683bfcceb063f0d
Author: Eduard Karacharov <[email protected]>
AuthorDate: Fri Dec 29 14:37:25 2023 +0200
remove tz with modified offset from tests (#8677)
---
datafusion/sqllogictest/test_files/timestamps.slt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/datafusion/sqllogictest/test_files/timestamps.slt
b/datafusion/sqllogictest/test_files/timestamps.slt
index 2b3b4bf2e4..c84e46c965 100644
--- a/datafusion/sqllogictest/test_files/timestamps.slt
+++ b/datafusion/sqllogictest/test_files/timestamps.slt
@@ -1730,14 +1730,11 @@ SELECT TIMESTAMPTZ '2022-01-01 01:10:00 AEST'
query P rowsort
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Australia/Sydney' as ts_geo
UNION ALL
-SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Antarctica/Vostok' as ts_geo
- UNION ALL
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 Africa/Johannesburg' as ts_geo
UNION ALL
SELECT TIMESTAMPTZ '2022-01-01 01:10:00 America/Los_Angeles' as ts_geo
----
2021-12-31T14:10:00Z
-2021-12-31T19:10:00Z
2021-12-31T23:10:00Z
2022-01-01T09:10:00Z