Skip to content

Commit

Permalink
[CALCITE-6392] Support all PostgreSQL 14 date/time patterns for to_da…
Browse files Browse the repository at this point in the history
…te/to_timestamp

* First phase, mostly reorganizing classes
* Does not yet implement to_date or to_timestamp
* Fixed up fill mode handling
* Isolated the unit test class so that it can make Locale changes safely
* Introduced some new classes split out handling of some formats strings
  • Loading branch information
normanj-bitquill authored and mihaibudiu committed Jun 24, 2024
1 parent f672d39 commit 1566f73
Show file tree
Hide file tree
Showing 15 changed files with 1,103 additions and 701 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import org.apache.calcite.util.format.FormatElement;
import org.apache.calcite.util.format.FormatModel;
import org.apache.calcite.util.format.FormatModels;
import org.apache.calcite.util.format.PostgresqlDateTimeFormatter;
import org.apache.calcite.util.format.postgresql.PostgresqlDateTimeFormatter;

import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Base32;
Expand Down
Loading

0 comments on commit 1566f73

Please sign in to comment.