trino icon indicating copy to clipboard operation
trino copied to clipboard

Running branch for Clickhouse pushdowns

Open ssheikin opened this issue 5 months ago • 1 comments

Description

Smaller PRs will be chopped from this uber-PR.

TODO for varchars

Additional context and related issues

  • https://github.com/trinodb/trino/issues/7100

VARCHAR

PRs:

  • https://github.com/trinodb/trino/pull/23455
  • https://github.com/trinodb/trino/pull/22921
  • https://github.com/trinodb/trino/pull/23496
  • https://github.com/trinodb/trino/pull/23516
  • https://github.com/trinodb/trino/pull/23558
  • https://github.com/trinodb/trino/pull/23581
  • https://github.com/trinodb/trino/pull/23591
  • https://github.com/trinodb/trino/pull/23459

DATETIME

  • https://github.com/trinodb/trino/issues/10537
  • https://github.com/trinodb/trino/pull/15040

PRs:

  • https://github.com/trinodb/trino/pull/23785
  • https://github.com/trinodb/trino/pull/23788
  • https://github.com/trinodb/trino/pull/23789
  • https://github.com/trinodb/trino/pull/23802

ClickHouse docs:

  • https://clickhouse.com/docs/en/sql-reference/data-types/datetime
  • https://clickhouse.com/docs/en/sql-reference/data-types/datetime64
  • https://trino.io/docs/current/functions/datetime.html#convenience-extraction-functions
  • https://clickhouse.com/docs/en/sql-reference/functions/date-time-functions

Release notes

( ) This is not user-visible or is docs only, and no release notes are required. (x) Release notes are required. Please propose a release note for me. ( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

ssheikin avatar Sep 17 '24 13:09 ssheikin