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

[WIP]Inner shuffle hash #26

Draft
wants to merge 583 commits into
base: master
Choose a base branch
from
Draft

[WIP]Inner shuffle hash #26

wants to merge 583 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 28, 2023

  1. Merge pull request ClickHouse#49222 from DanRoscigno/add-examples-to-…

    …functions
    
    Extend system.functions with in-source documentation
    rschu1ze authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c583a4f View commit details
    Browse the repository at this point in the history
  2. Merge pull request ClickHouse#44985 from kssenii/cache-better-locks

    Rework locking in fs cache
    kssenii authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    107474a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb4a7f6 View commit details
    Browse the repository at this point in the history
  4. Update curl to 8.0.1

    bkuschel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7f91105 View commit details
    Browse the repository at this point in the history
  5. remove commented lines

    bkuschel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2246306 View commit details
    Browse the repository at this point in the history
  6. Add missing files

    bkuschel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    449f63a View commit details
    Browse the repository at this point in the history
  7. One more file

    bkuschel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    dcfee03 View commit details
    Browse the repository at this point in the history
  8. Update Curl to latest

    bkuschel committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e640d79 View commit details
    Browse the repository at this point in the history
  9. Resolve conservation

    MikhailBurdukov committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5c9959a View commit details
    Browse the repository at this point in the history
  10. Merge pull request ClickHouse#49295 from fky2015/patch-1

    docs: update build.md, add missing argument value.
    robot-ch-test-poll1 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f724a60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef49603 View commit details
    Browse the repository at this point in the history
  12. Merge pull request ClickHouse#48300 from aiven-sal/aiven-sal/case2

    Allow NULLs in CASE and transform
    CurtizJ authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    bbdfb9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d585071 View commit details
    Browse the repository at this point in the history
  14. Merge pull request ClickHouse#49286 from ClickHouse/added-documentati…

    …on-for-kolmogorov-smirnov-test-2
    
    Added an alias `asymptotic` for `asymp` computational method for `kolmogorovSmirnovTest`.
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    85d78a6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6dcfdbf View commit details
    Browse the repository at this point in the history
  16. Merge pull request ClickHouse#49250 from FrankChen021/test

    Don't choose io_uring when running test on macOS
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    309291a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c86d3da View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8c60b60 View commit details
    Browse the repository at this point in the history
  19. Merge pull request ClickHouse#49116 from ClickHouse/fix-analyzer-tests

    Fix tests with enabled analyzer
    novikd authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0520342 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    691fdbf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    911d4e9 View commit details
    Browse the repository at this point in the history
  22. Fix

    kssenii authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b2aa2aa View commit details
    Browse the repository at this point in the history
  23. Update FileCache.cpp

    kssenii authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a040256 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2d156d0 View commit details
    Browse the repository at this point in the history
  25. Fixes

    evillique committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    54c8f63 View commit details
    Browse the repository at this point in the history
  26. Add docs, better tests

    evillique committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    69d8d41 View commit details
    Browse the repository at this point in the history
  27. Add node holder

    alesapin committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    70ee02a View commit details
    Browse the repository at this point in the history
  28. Merge pull request ClickHouse#49139 from ClickHouse/remove-upgradable…

    …-mutex
    
    Use `SharedMutex` instead of `UpgradableMutex`
    KochetovNicolai authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8465b6c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a60ee30 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    01e70c6 View commit details
    Browse the repository at this point in the history
  31. Merge pull request ClickHouse#45999 from sichenzhao/cgroup_v2

    Updates AsyncMetrics cgroup-memory to support cgroupv2
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    cd171be View commit details
    Browse the repository at this point in the history
  32. Fix build

    evillique committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    434aa3e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    47b77ac View commit details
    Browse the repository at this point in the history
  34. Update tests.

    KochetovNicolai committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3b53616 View commit details
    Browse the repository at this point in the history
  35. Merge pull request ClickHouse#48492 from azat/s3-multipart-strict-size

    Add ability to use strict parts size for S3 (compatibility with R2)
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5bd4fc9 View commit details
    Browse the repository at this point in the history
  36. Merge pull request ClickHouse#49310 from ClickHouse/fix-analyzer-tests

    Fix 02516_join_with_totals_and_subquery_bug with new analyzer
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f2839ad View commit details
    Browse the repository at this point in the history
  37. impl

    nickitat committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    af558e2 View commit details
    Browse the repository at this point in the history
  38. Merge pull request ClickHouse#48765 from ClibMouse/update_curl

    Update curl to 8.0.1 (for CVEs)
    alexey-milovidov authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    71b3ad8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e670c51 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    144ebd3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ccd4fd7 View commit details
    Browse the repository at this point in the history
  42. Clean up ast_fuzzer_check.py

    Felixoid committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    eb11fb0 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    19fd5f9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4405459 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d58abd3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    df33b99 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f411be8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c66e50f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e8cf417 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    61c6c61 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    20c8f0f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    886ba0b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d336bee View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Merge pull request ClickHouse#48468 from ClickHouse/status-comment

    Implement status comment
    Felixoid authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f7048bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b385b51 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ClickHouse#49225 from MikhailBurdukov/mongo_dict_tls

    Connection options for MongoDB dictionaries
    kssenii authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7d867d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0be9c07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1ff2c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15d0379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daa0b09 View commit details
    Browse the repository at this point in the history
  8. Fix tests visualizer

    alexey-milovidov committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d945089 View commit details
    Browse the repository at this point in the history
  9. Fix test

    evillique committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ea8c8ef View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    7b63c3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408db4a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_zero_copy_not_atomic' of github.com:ClickHouse/Clic…

    …kHouse into fix_zero_copy_not_atomic
    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    ec2c860 View commit details
    Browse the repository at this point in the history
  4. Fix two bugs and add test

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a95a5f6 View commit details
    Browse the repository at this point in the history
  5. fix shell check

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    3955b9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d34fe4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    941b408 View commit details
    Browse the repository at this point in the history
  8. Remove file for empty parts

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    a098298 View commit details
    Browse the repository at this point in the history
  9. Remove on detach

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f03e759 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a1e9236 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6f91af View commit details
    Browse the repository at this point in the history
  12. More debug info

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6281606 View commit details
    Browse the repository at this point in the history
  13. fix

    alesapin committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    b22a54d View commit details
    Browse the repository at this point in the history
  14. Automatic style fix

    robot-clickhouse committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    ab97dbc View commit details
    Browse the repository at this point in the history
  15. Improve docs

    evillique committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    5631342 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f64ef88 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    2bce8a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ClickHouse#49350 from Raqbit/docs-data-types-fix-n…

    …ullable
    
    Fix typo "nullbale" in data-types reference doc
    robot-ch-test-poll authored May 1, 2023
    Configuration menu
    Copy the full SHA
    a8e63ab View commit details
    Browse the repository at this point in the history
  3. Followup

    alesapin committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f7d2654 View commit details
    Browse the repository at this point in the history
  4. use sanitizeBlock

    ongkong authored and vdimir committed May 1, 2023
    Configuration menu
    Copy the full SHA
    35a736f View commit details
    Browse the repository at this point in the history
  5. add comment, change check location

    ongkong authored and vdimir committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1bffb28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a28869 View commit details
    Browse the repository at this point in the history
  7. Fix load_factor for HASHED/SPARSE_HASHED dictionaries with SHARDS

    Previously, bucket_count was set only for the one shard, and hence
    load_factor was > 1.
    
    Signed-off-by: Azat Khuzhin <[email protected]>
    azat committed May 1, 2023
    Configuration menu
    Copy the full SHA
    93201f2 View commit details
    Browse the repository at this point in the history
  8. Fix element_count for HASHED/SPARSE_HASHED with multiple attributes

    Previosly element_count was multplied by the number of attributes.
    
    Fixes: ClickHouse#5440
    Signed-off-by: Azat Khuzhin <[email protected]>
    azat committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2fd1a73 View commit details
    Browse the repository at this point in the history
  9. Improve 02730_dictionary_hashed_load_factor test

    - add attributes & names into output
    - rename to include element_count into the name too
    
    Signed-off-by: Azat Khuzhin <[email protected]>
    azat committed May 1, 2023
    Configuration menu
    Copy the full SHA
    5fbf601 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abe0cfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    242bf03 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    698c3d8 View commit details
    Browse the repository at this point in the history
  13. fix test

    tavplubix committed May 1, 2023
    Configuration menu
    Copy the full SHA
    451f02b View commit details
    Browse the repository at this point in the history
  14. Finally fix flaky test

    alesapin committed May 1, 2023
    Configuration menu
    Copy the full SHA
    21f58df View commit details
    Browse the repository at this point in the history
  15. Fix black

    alesapin committed May 1, 2023
    Configuration menu
    Copy the full SHA
    17effd4 View commit details
    Browse the repository at this point in the history
  16. Apply black check

    alesapin committed May 1, 2023
    Configuration menu
    Copy the full SHA
    5b24a84 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49a7eb7 View commit details
    Browse the repository at this point in the history
  18. Update settings.md

    add listen_host to prometheus section
    DanRoscigno authored May 1, 2023
    Configuration menu
    Copy the full SHA
    d36f60b View commit details
    Browse the repository at this point in the history
  19. Better

    evillique committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1be9371 View commit details
    Browse the repository at this point in the history
  20. Add test

    evillique committed May 1, 2023
    Configuration menu
    Copy the full SHA
    84432b7 View commit details
    Browse the repository at this point in the history
  21. add check

    DanRoscigno committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d21cdde View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cae72fa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dd7282e View commit details
    Browse the repository at this point in the history
  24. review fixes

    nickitat committed May 1, 2023
    Configuration menu
    Copy the full SHA
    266c9d4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7902a14 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    36d53e0 View commit details
    Browse the repository at this point in the history
  27. Merge pull request ClickHouse#49146 from ClickHouse/don_t_write_versi…

    …on_file_on_start
    
    Don't add metadata_version file if it doesn't exist
    alesapin authored May 1, 2023
    Configuration menu
    Copy the full SHA
    6684738 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    76a591f View commit details
    Browse the repository at this point in the history
  29. fix failing tests

    mauidude authored May 1, 2023
    Configuration menu
    Copy the full SHA
    bbc5577 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e49842f View commit details
    Browse the repository at this point in the history
  31. fix for linter

    tsolodov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fc5b078 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    631e81c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    503f099 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    30dd645 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fa4ab93 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a3f9a8b View commit details
    Browse the repository at this point in the history
  37. Apply suggestions from code review

    Co-authored-by: Kseniia Sumarokova <[email protected]>
    DanRoscigno and kssenii authored May 1, 2023
    Configuration menu
    Copy the full SHA
    2b141a1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    02b7c2f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e364757 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4ae2a46 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0f6a4b9 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ff648b7 View commit details
    Browse the repository at this point in the history
  43. Remove wrong assertion

    kssenii authored May 1, 2023
    Configuration menu
    Copy the full SHA
    044cfe5 View commit details
    Browse the repository at this point in the history
  44. Merge pull request ClickHouse#49364 from DanRoscigno/docs-dynamic-disk

    add docs for nested dynamic disks
    kssenii authored May 1, 2023
    Configuration menu
    Copy the full SHA
    0f6a818 View commit details
    Browse the repository at this point in the history
  45. A better way of excluding ISA-L on non-x86

    Follow-up to ClickHouse#49256. More 'modern', i.e. uses a CMake TARGET exists
    check instead of an internal variable.
    rschu1ze committed May 1, 2023
    Configuration menu
    Copy the full SHA
    550e430 View commit details
    Browse the repository at this point in the history
  46. removed loop & added tests

    tsolodov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6566ed7 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9be60b4 View commit details
    Browse the repository at this point in the history
  48. nit

    tsolodov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c7295db View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    eb8dd7f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1ec176c View commit details
    Browse the repository at this point in the history
  51. few more tests:

    - create table
    - add column
    tsolodov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    c1f95f3 View commit details
    Browse the repository at this point in the history
  52. Merge pull request ClickHouse#49321 from nickitat/rand_exp

    Presumably better buffer size for reading from fs
    alexey-milovidov authored May 1, 2023
    Configuration menu
    Copy the full SHA
    51847fb View commit details
    Browse the repository at this point in the history
  53. Merge pull request ClickHouse#49355 from ClickHouse/alexey-milovidov-…

    …patch-7
    
    Update ci_config.py
    alexey-milovidov authored May 1, 2023
    Configuration menu
    Copy the full SHA
    5013b96 View commit details
    Browse the repository at this point in the history
  54. addressing PR comments

    tsolodov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e58a63b View commit details
    Browse the repository at this point in the history
  55. Merge pull request ClickHouse#49241 from evillique/decompress-filename

    Add file name to exception raised during decompression
    alexey-milovidov authored May 1, 2023
    Configuration menu
    Copy the full SHA
    6f2ccd8 View commit details
    Browse the repository at this point in the history
  56. Merge pull request ClickHouse#48998 from ongkong/fix-join-clause-crea…

    …te-column
    
    Fix incorrect createColumn call on join clause
    alexey-milovidov authored May 1, 2023
    Configuration menu
    Copy the full SHA
    1267fbc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    fdaed70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332ff05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ClickHouse#49157 from CheSema/fixing-test-merge-tr…

    …ee-s3-2
    
    clearing s3 between tests in a robust way
    CheSema authored May 2, 2023
    Configuration menu
    Copy the full SHA
    50099ca View commit details
    Browse the repository at this point in the history
  4. Merge pull request ClickHouse#49365 from ClickHouse/ttl_on_insert

    Fix bug in removal of existing part directory
    alesapin authored May 2, 2023
    Configuration menu
    Copy the full SHA
    96d2482 View commit details
    Browse the repository at this point in the history
  5. Merge pull request ClickHouse#48865 from ClickHouse/48380_Force_remov…

    …e_on_drop
    
    Bug Fix for 02432_s3_parallel_parts_cleanup.sql with zero copy replication
    alesapin authored May 2, 2023
    Configuration menu
    Copy the full SHA
    fe81b1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96d109c View commit details
    Browse the repository at this point in the history
  7. Merge pull request ClickHouse#49376 from ClickHouse/kssenii-patch-7

    Remove wrong assertion in cache
    kssenii authored May 2, 2023
    Configuration menu
    Copy the full SHA
    1590ba3 View commit details
    Browse the repository at this point in the history
  8. Update Metadata.cpp

    kssenii authored May 2, 2023
    Configuration menu
    Copy the full SHA
    3ec5315 View commit details
    Browse the repository at this point in the history
  9. Merge pull request ClickHouse#49387 from ClickHouse/kssenii-patch-7

    Move logging one line higher
    kssenii authored May 2, 2023
    Configuration menu
    Copy the full SHA
    f86cede View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca19f20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b423e04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08d203e View commit details
    Browse the repository at this point in the history
  13. Merge pull request ClickHouse#49318 from ClickHouse/debug-01600_parts…

    …-analyzer
    
    Respect projections in 01600_parts
    KochetovNicolai authored May 2, 2023
    Configuration menu
    Copy the full SHA
    6e08e43 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7dab156 View commit details
    Browse the repository at this point in the history
  15. Merge pull request ClickHouse#48897 from ClickHouse/keeper-check-not-…

    …exists
    
    Add `CheckNotExists` request to Keeper
    antonio2368 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    f695040 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aa4c5fe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    242a210 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c55f6a View commit details
    Browse the repository at this point in the history
  19. Fix typo

    alesapin committed May 2, 2023
    Configuration menu
    Copy the full SHA
    619b6f2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    24a744d View commit details
    Browse the repository at this point in the history
  21. move pipe compute into initializePipeline

    kst-morozov authored and k-morozov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f061991 View commit details
    Browse the repository at this point in the history
  22. apply comments

    Konstantin Morozov authored and k-morozov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    397a170 View commit details
    Browse the repository at this point in the history
  23. forgot about query_plan

    Konstantin Morozov authored and k-morozov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e4394de View commit details
    Browse the repository at this point in the history
  24. fix names

    Konstantin Morozov authored and k-morozov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    046949a View commit details
    Browse the repository at this point in the history
  25. Merge pull request ClickHouse#49360 from evillique/alias-restricted-k…

    …eywords
    
    Allow restricted keywords if alias is quoted
    evillique authored May 2, 2023
    Configuration menu
    Copy the full SHA
    f87c418 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3ab9475 View commit details
    Browse the repository at this point in the history
  27. Merge pull request ClickHouse#48515 from ClickHouse/Clear_marks_cache…

    …_for_outdated_parts
    
    MergeTreeMarksLoader holds DataPart instead of DataPartStorage
    SmitaRKulkarni authored May 2, 2023
    Configuration menu
    Copy the full SHA
    997210c View commit details
    Browse the repository at this point in the history
  28. Merge pull request ClickHouse#49382 from HarryLeeIBM/hlee-s390x-dec-agg

    Fix decimal aggregates test for s390x
    hanfei1991 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    b5eddf3 View commit details
    Browse the repository at this point in the history
  29. Fix typo

    alesapin committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a08225d View commit details
    Browse the repository at this point in the history
  30. Update FileSegment.cpp

    kssenii authored May 2, 2023
    Configuration menu
    Copy the full SHA
    bccc4d3 View commit details
    Browse the repository at this point in the history
  31. Update WithFileName.cpp

    evillique authored May 2, 2023
    Configuration menu
    Copy the full SHA
    f670420 View commit details
    Browse the repository at this point in the history
  32. Merge pull request ClickHouse#49414 from ClickHouse/evillique-patch-1

    Update WithFileName.cpp
    evillique authored May 2, 2023
    Configuration menu
    Copy the full SHA
    98a88be View commit details
    Browse the repository at this point in the history
  33. Fix

    kssenii committed May 2, 2023
    Configuration menu
    Copy the full SHA
    22487de View commit details
    Browse the repository at this point in the history
  34. Fix bcrypt enum value

    evillique committed May 2, 2023
    Configuration menu
    Copy the full SHA
    46c86dc View commit details
    Browse the repository at this point in the history
  35. Merge pull request ClickHouse#48851 from mauidude/date-trunc-return-d…

    …ate-time
    
    date_trunc function to always return DateTime type
    evillique authored May 2, 2023
    Configuration menu
    Copy the full SHA
    2aa8619 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    33cf697 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8b0f6ed View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3d76c92 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    495325f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b7d641c View commit details
    Browse the repository at this point in the history
  41. Merge pull request ClickHouse#49422 from ClickHouse/auto/v23.4.2.11-s…

    …table
    
    Update version_date.tsv and changelogs after v23.4.2.11-stable
    Felixoid authored May 2, 2023
    Configuration menu
    Copy the full SHA
    517fcb1 View commit details
    Browse the repository at this point in the history
  42. Remove trash

    alexey-milovidov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7075c16 View commit details
    Browse the repository at this point in the history
  43. Repro test case

    davenger committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ae03442 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    6beff3b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2e20f2a View commit details
    Browse the repository at this point in the history
  46. Fix

    kssenii committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ac9ef07 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    4c038ef View commit details
    Browse the repository at this point in the history
  48. Merge pull request ClickHouse#49378 from ClickHouse/rs/isa-l

    A better way of excluding ISA-L on non-x86
    alexey-milovidov authored May 2, 2023
    Configuration menu
    Copy the full SHA
    03aa4f7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d4a921b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge pull request ClickHouse#49363 from tsolodov/master

    Disallow configuring compression CODECs for alias columns
    alexey-milovidov authored May 3, 2023
    Configuration menu
    Copy the full SHA
    ee9fae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c26ca71 View commit details
    Browse the repository at this point in the history
  3. Add a test to check max_rows_to_read_leaf behaviour

    In ClickHouse v22.3, querying a distributed table through a view
    results in a max_rows_to_read_leaf limit reached exception being
    raised on the root executor despite the row limit for each leaf node
    not being reached.
    
    This is fixed in ClickHouse v23.3, but Adding this integration test
    to catch any issues in the future
    seandhaynes committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1d51bc9 View commit details
    Browse the repository at this point in the history
  4. Do not build keeper-bench if rapidjson was disabled

    Signed-off-by: Azat Khuzhin <[email protected]>
    azat committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d761e24 View commit details
    Browse the repository at this point in the history
  5. Respect ENABLE_LIBRARIES for ISA-L library

    Signed-off-by: Azat Khuzhin <[email protected]>
    azat committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2045cf1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request ClickHouse#49388 from ClickHouse/improve-ci

    Improve CI: status commit, auth for get_gh_api
    Felixoid authored May 3, 2023
    Configuration menu
    Copy the full SHA
    36a190e View commit details
    Browse the repository at this point in the history
  7. Merge pull request ClickHouse#49415 from kssenii/fix-assertions

    Fix some assertions failing in stress test
    kssenii authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f5b6aa0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request ClickHouse#49411 from ClickHouse/kssenii-patch-7

    Update FileSegment.cpp
    kssenii authored May 3, 2023
    Configuration menu
    Copy the full SHA
    59401ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98d5aed View commit details
    Browse the repository at this point in the history
  10. Merge pull request ClickHouse#49362 from ClickHouse/vdimir/analyzer_0…

    …2680_mysql_ast_logical_err
    vdimir authored May 3, 2023
    Configuration menu
    Copy the full SHA
    bd8a0d9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request ClickHouse#49418 from ClickHouse/vdimir/keeper_fau…

    …lt_inject_sequential_cleanup
    vdimir authored May 3, 2023
    Configuration menu
    Copy the full SHA
    65ab64a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    887ab23 View commit details
    Browse the repository at this point in the history
  13. Merge pull request ClickHouse#49420 from ClickHouse/fix_00002

    Fix some bad error messages
    tavplubix authored May 3, 2023
    Configuration menu
    Copy the full SHA
    1ec3040 View commit details
    Browse the repository at this point in the history
  14. Merge pull request ClickHouse#49326 from k-morozov/refactoring/pipe-i…

    …nto-step
    
    move pipe compute into initializePipeline
    KochetovNicolai authored May 3, 2023
    Configuration menu
    Copy the full SHA
    6388be2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d3c7054 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6f3f202 View commit details
    Browse the repository at this point in the history
  17. Minified repro case

    Co-authored-by: vdimir <[email protected]>
    davenger and vdimir committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b134ad1 View commit details
    Browse the repository at this point in the history
  18. Merge pull request ClickHouse#49211 from ClickHouse/fix_zero_copy_not…

    …_atomic
    
    Lock zero copy parts more atomically
    alesapin authored May 3, 2023
    Configuration menu
    Copy the full SHA
    5504475 View commit details
    Browse the repository at this point in the history
  19. Merge pull request ClickHouse#49389 from ClickHouse/fix-hung-queries-…

    …print
    
    Fix printing hung queries in clickhouse-test.
    KochetovNicolai authored May 3, 2023
    Configuration menu
    Copy the full SHA
    465bc77 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ad69fbb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    129d123 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fad187f View commit details
    Browse the repository at this point in the history
  23. Improve image for local run

    alesapin committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6e8934f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    19048ed View commit details
    Browse the repository at this point in the history
  25. Merge pull request ClickHouse#49433 from ClickHouse/improve-licenses

    Improve `system.licenses` table
    alexey-milovidov authored May 3, 2023
    Configuration menu
    Copy the full SHA
    810568f View commit details
    Browse the repository at this point in the history
  26. Merge pull request ClickHouse#48950 from seandhaynes/master

    Add a test to check max_rows_to_read_leaf behaviour
    hanfei1991 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    695b5b9 View commit details
    Browse the repository at this point in the history
  27. Merge pull request ClickHouse#49452 from ClickHouse/add_server_jepsen…

    …_image
    
    Add image for docker-server jepsen
    alesapin authored May 3, 2023
    Configuration menu
    Copy the full SHA
    17d6e2c View commit details
    Browse the repository at this point in the history
  28. Merge pull request ClickHouse#49122 from CurtizJ/add-async-insert-mt-…

    …setting
    
    Add `MergeTree` setting `async_insert`
    CurtizJ authored May 3, 2023
    Configuration menu
    Copy the full SHA
    7896d30 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    048b4ec View commit details
    Browse the repository at this point in the history
  30. Merge pull request ClickHouse#49419 from ClickHouse/fix-function-para…

    …meter-exception
    
    Throw an exception for non-parametric functions in new analyzer
    novikd authored May 3, 2023
    Configuration menu
    Copy the full SHA
    b921476 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    468b555 View commit details
    Browse the repository at this point in the history
  32. Merge pull request ClickHouse#44905 from evillique/bcrypt

    Add bcrypt authentication type
    evillique authored May 3, 2023
    Configuration menu
    Copy the full SHA
    11d4ce8 View commit details
    Browse the repository at this point in the history
  33. Merge pull request ClickHouse#48548 from ClickHouse/clusters_is_activ…

    …e_column
    
    Add some columns to system.clusters
    tavplubix authored May 3, 2023
    Configuration menu
    Copy the full SHA
    e399903 View commit details
    Browse the repository at this point in the history
  34. Merge pull request ClickHouse#49403 from ClickHouse/fix-analyzer-tests

    Remove 02707_complex_query_fails_analyzer test
    novikd authored May 3, 2023
    Configuration menu
    Copy the full SHA
    5c72bdc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d5ccc99 View commit details
    Browse the repository at this point in the history
  36. Fix possible logical error "Cannot cancel. Either no query sent or al…

    …ready cancelled" (ClickHouse#49106)
    
    Co-authored-by: Alexander Tokmakov <[email protected]>
    Avogar and tavplubix authored May 3, 2023
    Configuration menu
    Copy the full SHA
    01ed70a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    954e3b7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9d2a27c View commit details
    Browse the repository at this point in the history
  39. Merging ClickHouse#49066 (Better error handling during loading of par…

    …ts) (ClickHouse#49430)
    
    * catch filesystem error when loading parts
    
    * better exception handling during part loading
    
    ---------
    
    Co-authored-by: cangyin <[email protected]>
    Co-authored-by: Nikita Mikhaylov <[email protected]>
    3 people authored May 3, 2023
    Configuration menu
    Copy the full SHA
    c9705d6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    be7bb02 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    01b1a9f View commit details
    Browse the repository at this point in the history
  42. Merge pull request ClickHouse#49467 from ClickHouse/shorten-supported…

    …-versions
    
    Shorten supported versions
    Felixoid authored May 3, 2023
    Configuration menu
    Copy the full SHA
    6235124 View commit details
    Browse the repository at this point in the history
  43. Fix Attaching a table with non-existent ZK path does not increase the…

    … ReadonlyReplica metric (ClickHouse#48954)
    
    * Attaching a table with non-existent ZK path does not increase the ReadonlyReplica metric bug fix.
    
    * add integration test.
    
    * add integration test.
    
    * Update test.py
    
    * format code
    
    * format code
    wzb5212 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    2924837 View commit details
    Browse the repository at this point in the history
  44. Merge pull request ClickHouse#49425 from ClickHouse/fix_build_set_wit…

    …h_remote
    
    Fix fuzz bug when subquery set is not built when reading from remote()
    davenger authored May 3, 2023
    Configuration menu
    Copy the full SHA
    a90c2ec View commit details
    Browse the repository at this point in the history
  45. Merge pull request ClickHouse#49437 from azat/build/disable-libraries…

    …-fixes
    
    Build fixes for ENABLE_LIBRARIES=OFF
    alexey-milovidov authored May 3, 2023
    Configuration menu
    Copy the full SHA
    c799bcf View commit details
    Browse the repository at this point in the history
  46. Merge pull request ClickHouse#49460 from candiduslynx/patch-1

    chore(docs): Add map to list of unsupported nullable types
    robot-ch-test-poll2 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    9a67616 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    fc18d8b View commit details
    Browse the repository at this point in the history
  2. add InnerShuffleStep

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    39d8722 View commit details
    Browse the repository at this point in the history
  3. add partition hash join

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2183980 View commit details
    Browse the repository at this point in the history
  4. update pipeline builder

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7575137 View commit details
    Browse the repository at this point in the history
  5. update partition hash join

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    366a726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50122c4 View commit details
    Browse the repository at this point in the history
  7. add performace test

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c0e03bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    556a101 View commit details
    Browse the repository at this point in the history
  9. fixed typos

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7ddf3bc View commit details
    Browse the repository at this point in the history
  10. merge master code

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    44ca8f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    289d94f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f8c82d View commit details
    Browse the repository at this point in the history
  13. update test cases

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ec338d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    24ce4d3 View commit details
    Browse the repository at this point in the history
  15. fixed executing hungup

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    9770504 View commit details
    Browse the repository at this point in the history
  16. update

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    eec8b86 View commit details
    Browse the repository at this point in the history
  17. update

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    dcf8d30 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8cb813 View commit details
    Browse the repository at this point in the history
  19. efficient shuffle dag

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8c55eba View commit details
    Browse the repository at this point in the history
  20. clean deprecated codes

    lgbo-ustc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5243326 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fixed bugs

    lgbo-ustc committed May 5, 2023
    Configuration menu
    Copy the full SHA
    429db75 View commit details
    Browse the repository at this point in the history