Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More types in ASOF JOIN #11301

Merged
merged 1 commit into from
Jun 1, 2020
Merged

More types in ASOF JOIN #11301

merged 1 commit into from
Jun 1, 2020

Conversation

4ertus2
Copy link
Contributor

@4ertus2 4ertus2 commented May 29, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Support (U)Int8, (U)Int16, Date in ASOF JOIN.

Closes #7896

@blinkov blinkov added the pr-improvement Pull request with some product improvements label May 29, 2020
@nikitamikhaylov nikitamikhaylov self-assigned this May 30, 2020
@4ertus2 4ertus2 merged commit 9028a25 into ClickHouse:master Jun 1, 2020
traceon added a commit to traceon/ClickHouse that referenced this pull request Jun 2, 2020
* master: (114 commits)
  Update PushingToViewsBlockOutputStream.cpp
  Update PushingToViewsBlockOutputStream.cpp
  make clang-10 happy
  Fix sync_async test (remove timeout)
  CLICKHOUSEDOCS-631: temporary_files_codec, join_on_disk_max_files_to_merge settings. (ClickHouse#11242)
  Suppress output of cancelled queries in clickhouse-client ClickHouse#9473
  Better log messages in ConfigReloader
  fix select from StorageJoin
  Fix unit tests under MSan
  Added test.
  Fix build.
  Fix arguments for AggregateFunctionQuantile/
  Update style.md
  Add a guide on error messages.
  Report dictionary name on dictionary load errors.
  more types in ASOF JOIN (ClickHouse#11301)
  Fix part_log test
  Update test.
  Add perftest.
  Parallel processing for PushingToViewsBlockOutputStream::writeSuffix
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASOF join Date type is not supported.
3 participants