Skip to content

Commit

Permalink
MAX_TIMESTAMP_PRECISION changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Czajka committed Dec 15, 2023
1 parent cda4ebf commit 83f1156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/pl/touk/flink/ignite/dialect/IgniteDialect.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
public class IgniteDialect extends AbstractDialect {
private static final long serialVersionUID = 1L;

// copied from PostgresDialect class
private static final int MAX_TIMESTAMP_PRECISION = 6;
// value chosen based on https://ignite.apache.org/docs/latest/sql-reference/data-types#timestamp
private static final int MAX_TIMESTAMP_PRECISION = 9;
// copied from PostgresDialect class
private static final int MIN_TIMESTAMP_PRECISION = 1;
// copied from PostgresDialect class
Expand Down

0 comments on commit 83f1156

Please sign in to comment.