robinyqiu commented on a change in pull request #13731:
URL: https://github.com/apache/beam/pull/13731#discussion_r557036736
##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/util/RowJson.java
##########
@@ -86,7 +88,7 @@
})
public class RowJson {
private static final ImmutableSet<TypeName> SUPPORTED_TYPES =
- ImmutableSet.of(BYTE, INT16, INT32, INT64, FLOAT, DOUBLE, BOOLEAN,
STRING, DECIMAL);
+ ImmutableSet.of(BYTE, INT16, INT32, INT64, FLOAT, DOUBLE, BOOLEAN,
STRING, DECIMAL, DATETIME);
Review comment:
ZetaSQL haven't fully migrated to MicroInstant yet, so this primitive
DATETIME type is used for both CalciteSQL and ZetaSQL now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]