predator4ann commented on code in PR #8216:
URL: https://github.com/apache/gravitino/pull/8216#discussion_r2297586363
##########
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-postgresql/00006_datatype.txt:
##########
@@ -17,17 +17,17 @@ CREATE TABLE
f11 integer,
f12 bigint,
f13 date,
- f14 time(6),
- f15 timestamp(6),
- f16 timestamp(6) with time zone
+ f14 time(3),
+ f15 timestamp(3),
+ f16 timestamp(3) with time zone
)
Review Comment:
When creating a pg table using Trino, if precision is not specified, the
default value is 3. Although this change aligns with Trino's behavior, there
are compatibility issues with Gravitino's historical data, and the necessity of
this change needs to be considered.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]