Gabriel39 commented on code in PR #65446:
URL: https://github.com/apache/doris/pull/65446#discussion_r3567948222
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HMSExternalCatalog.java:
##########
@@ -123,9 +132,24 @@ public void checkProperties() throws DdlException {
throw new DdlException(
"The parameter " + PARTITION_CACHE_TTL_SECOND + " is
wrong, value is " + partitionCacheTtlSecond);
}
+
+ String hiveParquetTimeZone = getHiveParquetTimeZone();
+ if (!hiveParquetTimeZone.isEmpty()) {
+ try {
+
TimeUtils.checkTimeZoneValidAndStandardize(hiveParquetTimeZone);
Review Comment:
Fixed. Supported offset shorthand is validated and canonicalized before it
is written to BE scan parameters; the FE unit test covers becoming .
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]