We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b4e0d3 + 5a9a25a commit 0703da5Copy full SHA for 0703da5
partiql-eval/src/main/java/org/partiql/eval/value/DatumTimestamp.java
@@ -14,7 +14,7 @@ class DatumTimestamp implements Datum {
14
15
// TODO: Pass precision to constructor.
16
// TODO: Create a variant specifically for without TZ
17
- private final static PType _type = PType.typeTimeWithTZ(6);
+ private final static PType _type = PType.typeTimestampWithTZ(6);
18
19
DatumTimestamp(@NotNull Timestamp value) {
20
_value = value;
0 commit comments