calcite icon indicating copy to clipboard operation
calcite copied to clipboard

[CALCITE-6392] Support all PostgreSQL 14 date/time patterns for to_date/to_timestamp

Open normanj-bitquill opened this issue 1 year ago • 1 comments

This is layered on top of https://github.com/apache/calcite/pull/3773

  • 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

There will be subsequent PRs to further implement to_date and to_timestamp for PostgreSQL.

normanj-bitquill avatar May 10 '24 21:05 normanj-bitquill

oops, I merged the wrong PR

mihaibudiu avatar May 14 '24 00:05 mihaibudiu

I have reverted these 6 commits merged by mistake in main. Can you please resubmit these as a separate PR? It looks like a merged PR cannot be reopened.

mihaibudiu avatar May 14 '24 00:05 mihaibudiu