Commit Graph

2570 Commits

Author SHA1 Message Date
fredwang cf3d65aefc Merge branch 'fix_password_leak' into 'cnch-dev'
fix(clickhousech@m-3015427407): Fix password leak

See merge request dp/ClickHouse!20915
# Conflicts:
#	src/Parsers/ASTFunction.cpp
#	src/Parsers/ASTFunction.h
#	tests/integration/test_postgresql_database_engine/test.py
2024-07-30 06:50:49 +00:00
fredwang 5dbe3471c2 Merge branch 'ide-adapt' into 'cnch-dev'
feat(clickhousech@m-3179138697): Support IDEs and BIs

See merge request dp/ClickHouse!21118
# Conflicts:
#	src/Interpreters/DistributedStages/PlanSegmentManagerRpcService.cpp
#	src/Parsers/ParserAlterQuery.cpp
#	src/Server/MySQLHandler.cpp
2024-07-30 06:24:05 +00:00
Dao 09b978fdfc Merge branch 'jiacheng.sun-fix-mysql-pool-memory-leak' into 'cnch-dev'
fix(clickhousech@m-3011772793): Fix mysql pool memory leak

See merge request dp/ClickHouse!19284
2024-03-19 10:29:18 +08:00
Dao 040aa53196 Merge branch 'jiacheng.sun-add-information-schema-cnch' into 'cnch-dev'
feat(clickhousech@m-3000223371): add information schema

See merge request dp/ClickHouse!18538
2024-01-30 11:08:54 +08:00
Dao 52cbe1c4fa Merge branch 'cnch_ck23p3_alignment_4jan' into 'cnch-ce-merge'
feat(clickhousech@m-16749763): Cnch ck23p3 alignment

See merge request dp/ClickHouse!18366
2024-01-19 16:10:28 +08:00
Dao 05d31b81cd Merge branch 'brpc-thread-worker-default' into 'cnch-ce-merge'
fix(clickhousech@m-16478699): set brpc thread worker default size

See merge request dp/ClickHouse!17149
2023-11-21 19:59:46 +08:00
Dao 1c9c832f6c Merge branch 'cherry-pick-802d2a95' into 'cnch-ce-merge'
feat(clickhousech@m-9380338): [cp] support reload log level from config file

See merge request dp/ClickHouse!17122
2023-11-20 18:51:22 +08:00
Dao e2f0e06bf1 Merge branch 'fky-cnch-ce-merge-cherry-pick-part-log-partition' into 'cnch-ce-merge'
feat(clickhousech@m-15718907): Add partition to the system part_log and merge table.

See merge request dp/ClickHouse!16527
# Conflicts:
#	tests/integration/test_part_log_table/test.py
2023-10-19 19:37:44 +08:00
Nikita Taranov 6214e0499f Optimize merge of uniqExact without_key (#43072)
* impl for uniqExact

* rm unused (read|write)Text methods

* fix style

* small fixes

* impl for variadic uniqExact

* refactor

* fix style

* more agressive inlining

* disable if max_threads=1

* small improvements

* review fixes

* Revert "rm unused (read|write)Text methods"

This reverts commit a7e74805842572f6fa2c28ea111ab8ca7c19ad21.

* encapsulate is_able_to_parallelize_merge in Data

* encapsulate is_exact & argument_is_tuple in Data
2023-02-08 12:25:11 +08:00
ducle.canh b8c76c1aab initial commit 2023-01-05 14:19:18 +08:00
robot-clickhouse 2781539443 Backport #28797 to 21.8: Rewrite StorageRabbitMQ a little 2021-09-17 11:48:04 +03:00
robot-clickhouse ac74648921 Backport #28614 to 21.8: MaterializedPostgreSQL: add solution to survive postgres primary failover 2021-09-08 08:54:33 +03:00
robot-clickhouse a6e9ef8946 Backport #28433 to 21.8: Fix cannot use non-ordinary table names in materialized postgresql 2021-09-02 12:26:30 +03:00
robot-clickhouse 310ce77ea9 Backport #27383 to 21.8: Fix flacky test 2021-09-02 02:31:25 +03:00
robot-clickhouse 7aad396b3d Backport #28063 to 21.8: Set version of tzlocal to 2.1 2021-08-31 00:09:23 +03:00
robot-clickhouse db267cce45 Backport #28190 to 21.8: More correct list watches semantics in ClickHouse Keeper 2021-08-27 13:49:03 +03:00
mergify[bot] afd8240040 Merge branch '21.8' into backport/21.8/27794 2021-08-24 17:58:58 +00:00
robot-clickhouse c08c0ed03e Backport #27815 to 21.8: Allow symlinks to library dictionary path 2021-08-20 00:54:56 +03:00
robot-clickhouse 9cd1580108 Backport #27794 to 21.8: Avoid nullptr dereference during processing of NULL messages in Kafka for some formats 2021-08-19 14:54:42 +03:00
tavplubix 8b4647f085 Merge pull request #27343 from ClickHouse/backport/21.8/26894
Backport #26894 to 21.8: Better integration tests
2021-08-07 11:26:07 +03:00
tavplubix 112f3340a8 Merge pull request #27353 from ClickHouse/backport/21.8/26673
Backport #26673 to 21.8: Fix mysql_kill_sync_thread_restore_test
2021-08-07 11:24:43 +03:00
tavplubix c82d8db9ba Merge pull request #27376 from ClickHouse/backport/21.8/26827
Backport #26827 to 21.8: Wait for self datasource to be initialized in test_jdbc_bridge
2021-08-07 11:20:40 +03:00
robot-clickhouse 48d8203508 Backport #26827 to 21.8: Wait for self datasource to be initialized in test_jdbc_bridge 2021-08-07 00:17:50 +03:00
robot-clickhouse c04e09fb36 Backport #26673 to 21.8: Fix mysql_kill_sync_thread_restore_test 2021-08-06 22:17:12 +03:00
robot-clickhouse cdc2618f94 Backport #26894 to 21.8: Better integration tests 2021-08-06 22:13:43 +03:00
robot-clickhouse bd80b663ad Backport #26818 to 21.8: Fix killing unstopped containers in integration tests. 2021-08-06 16:11:29 +03:00
tavplubix c2a5fe6eeb Merge pull request #27263 from ClickHouse/backport/21.8/27183
Backport #27183 to 21.8: Fix part name parsing in system.detached_parts
2021-08-06 11:55:06 +03:00
robot-clickhouse 45f325bf9a Backport #27183 to 21.8: Fix part name parsing in system.detached_parts 2021-08-06 00:08:44 +03:00
robot-clickhouse cb8365d5b1 Backport #27060 to 21.8: library bridge fixes 2021-08-05 01:56:12 +03:00
Kseniia Sumarokova e9680c0876 Merge pull request #26844 from ianton-ru/rename_s3_to_remore_fs
Partial backport for HDFS zero copy replication (settings names)
2021-07-28 18:18:22 +03:00
robot-clickhouse 51f7e37132 Backport #26826 to 21.8: Try fix rabbitmq tests 2021-07-27 23:16:03 +03:00
Anton Ivashkin 842e1ef5ce Partial backport for HDFS zero copy replication (settings names) 2021-07-27 18:14:25 +03:00
alexey-milovidov 3750e2c11e Merge pull request #26587 from ClickHouse/backport/21.8/25822
Backport #25822 to 21.8: Fix 'Not found column' error in MaterializeMySQL
2021-07-24 19:16:00 +03:00
alexey-milovidov 745d14bbbe Merge pull request #26605 from ClickHouse/backport/21.8/26529
Backport #26529 to 21.8: Fix rabbitmq shutdown in case rabbitmq setup was not started
2021-07-24 19:07:35 +03:00
robot-clickhouse 1e4f17d3a4 Backport #26707 to 21.8: Fix SET ROLE 2021-07-24 02:50:56 +03:00
robot-clickhouse 7bc726716e Backport #26529 to 21.8: Fix rabbitmq shutdown in case rabbitmq setup was not started 2021-07-20 22:38:04 +03:00
robot-clickhouse 0ac6fab32f Backport #25822 to 21.8: Fix 'Not found column' error in MaterializeMySQL 2021-07-20 18:36:54 +03:00
robot-clickhouse c202fecbe6 Backport #26363 to 21.8: Fix possible crash when login as dropped user 2021-07-16 16:16:56 +03:00
Nikita Mikhaylov 80f6edf4b4 done 2021-07-08 20:29:25 +00:00
Maksim Kita b4d574c388 Merge pull request #26023 from vitlibar/replace-print-with-logging-in-integration-tests
Replace print() with logging.debug() in integration tests.
2021-07-07 21:00:15 +03:00
alesapin 54599af6ef Merge pull request #25743 from ClickHouse/fix_aggregation_ttl
Fix bug in execution of TTL GROUP BY
2021-07-07 10:49:16 +03:00
Vitaly Baranov 6f28778b85 Replace print() with logging.debug() in integration tests 2021-07-07 10:35:11 +03:00
Kseniia Sumarokova 1b471d80d8 Merge pull request #25550 from kssenii/truncate
Allow truncate in storages s3/hdfs
2021-07-06 22:07:53 +03:00
Vitaly Baranov f701267cb3 Merge pull request #25986 from vitlibar/fix-flaky-test_dictionaries_all_layouts_separate_sources-test_https
Fix parallel execution of integration tests
2021-07-06 09:22:06 +03:00
Vitaly Baranov 778a417704 Merge pull request #25899 from vitlibar/improve-logging-in-integration-tests
Improve logging in integration tests.
2021-07-06 08:22:21 +03:00
Vitaly Baranov 99bb936bb8 Fix parallel execution of integration tests. 2021-07-05 23:50:04 +03:00
Kseniia Sumarokova 60138f7060 Merge pull request #25984 from kssenii/add-drops-in-tests
Correct test
2021-07-05 18:35:53 +03:00
Kseniia Sumarokova 59f4a829a8 Merge pull request #25064 from ucasfl/merge
Database argument for StorageMerge support regular expression.
2021-07-05 14:14:44 +03:00
Vitaly Baranov a9115da64b Add process id to pytest logs. 2021-07-05 11:25:58 +03:00
kssenii a86cb2cb35 Add drops in tests 2021-07-05 11:20:58 +03:00