Commit Graph

61 Commits

Author SHA1 Message Date
vdimir
c3c6560c95
Add 02815_range_dict_no_direct_join to analyzer_tech_debt.txt 2023-07-22 08:44:19 +00:00
Azat Khuzhin
20625d75ab Fix optimize_skip_unused_shards with JOINs
In case of JOIN query may contains conditions for other tables, while
optimize_skip_unused_shards was pretty dumb and failed to skip such
columns.

Fix this by removing JOIN before applying this optimization.

v2: restriction for analyzer
v3: ignore 01940_custom_tld_sharding_key under analyzer
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-Authored-By: Alexey Milovidov <milovidov@clickhouse.com>
2023-07-22 07:45:33 +02:00
Smita Kulkarni
6a21995b20 Added test to analyzer_tech_debt.txt 2023-07-20 10:42:19 +02:00
Igor Nikonov
8f3469e7ad Remove test from broken tests 2023-07-15 20:18:57 +00:00
Raúl Marín
b836ddb4dc Divide tests into join and no join 2023-07-14 11:52:36 +02:00
Raúl Marín
b9969e8730 Test automatic decision of nº of parallel replicas 2023-07-11 13:57:51 +02:00
Alexey Milovidov
7a4ace1efb
Merge pull request #51968 from ClickHouse/disable-one-test-analyzer
Disable one test under Analyzer
2023-07-08 19:48:17 +03:00
Alexey Milovidov
1bdcd29da2 Disable one test under Analyzer 2023-07-08 06:02:38 +02:00
Alexey Milovidov
f4696d762c Revert "Merge pull request #49419 from ClickHouse/fix-function-parameter-exception"
This reverts commit b921476a3b, reversing
changes made to 7896d30737.
2023-07-08 00:56:42 +02:00
Alexander Tokmakov
e4a7229b09
Update analyzer_tech_debt.txt 2023-07-05 15:18:41 +03:00
Alexey Milovidov
4ee74ec213 Two tests are twice longer in average with Analyzer and sometimes failing 2023-06-26 02:19:52 +02:00