-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support writing timestamp with timezone in BigQuery #17793
Conversation
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryType.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryTypeUtils.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryTypeUtils.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryConnectorTest.java
Show resolved
Hide resolved
plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryType.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
97124ac
to
8568983
Compare
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
7551a05
to
6d60de1
Compare
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
6d60de1
to
f69ff05
Compare
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
f69ff05
to
24243d4
Compare
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Show resolved
Hide resolved
b51b35c
to
6674fe9
Compare
Hi @ebyhr can you take another look? thank you |
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Outdated
Show resolved
Hide resolved
6674fe9
to
4fdb7eb
Compare
/test-with-secrets sha=4fdb7eb72775cb8a3de06c0a243b78b9b6913a30 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/5316983873 |
@regadas Please confirm the above CI failure. Some failure come from BigQuery SLA, but |
@ebyhr hm this seems a BQ related issue (probably due to resource availability for the project used). I'll rerun the tests on my side to confirm. |
yup all good
|
No, |
The test is wrong. Please confirm |
unsure really because the logs do have
|
Please take a look at:
|
Will do! the is there a faster way to run |
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryConnectorTest.java
Show resolved
Hide resolved
plugin/trino-bigquery/src/test/java/io/trino/plugin/bigquery/BaseBigQueryTypeMapping.java
Show resolved
Hide resolved
4fdb7eb
to
e629ec4
Compare
e629ec4
to
e47f908
Compare
Hi @ebyhr can you take another look at this? Thank you 🙏 |
/test-with-secrets sha=e47f908d3ac06578266c586cff24d682512f1db3 |
The CI workflow run with tests that require additional secrets finished as : https://github.com/trinodb/trino/actions/runs/5383558308 |
/test-with-secrets sha=e47f908d3ac06578266c586cff24d682512f1db3 |
It seems tests with secret didn't start correctly. I will re-trigger. |
/test-with-secrets sha=e47f908d3ac06578266c586cff24d682512f1db3 |
https://github.com/trinodb/trino/actions/runs/5476655936/jobs/9974512729#step:3:16 |
The CI workflow run with tests that require additional secrets finished as : https://github.com/trinodb/trino/actions/runs/5482967673 |
The workflow with secrets failed because there's an invalid condition, here's a fix: #18165 |
testTimestampWithTimeZone("TIMESTAMP") | ||
.execute(getQueryRunner(), bigqueryCreateAndInsert("test.timestamp_tz")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Relates to #13741
Release notes
(x) Release notes are required, with the following suggested text: