vdimir
84e838d038
Fix 02382_join_and_filtering_set
...
Copy missing corresponding code from Interpreter, adjust test (removed
with cube)
2023-10-12 10:45:56 +00:00
vdimir
624f38633c
Fix 01721_join_implicit_cast_long
2023-10-12 10:45:55 +00:00
vdimir
1c70e04301
Fix 02242_join_rocksdb
2023-10-11 10:54:52 +00:00
vdimir
7a9c3ca98a
Fix 01353_low_cardinality_join_types
2023-10-11 10:54:52 +00:00
vdimir
57dfe29f15
Fix 02267_join_dup_columns_issue36199
2023-10-11 10:54:47 +00:00
Azat Khuzhin
d9a634eb0f
Fix filtering parts with indexHint for non analyzer
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
(cherry picked from commit ffa82e9297
)
2023-09-20 11:29:35 +02:00
Azat Khuzhin
c439c4bca2
Revert "Fix filtering parts with indexHint for non analyzer"
2023-09-19 21:39:21 +02:00
Azat Khuzhin
ffa82e9297
Fix filtering parts with indexHint for non analyzer
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-09-08 18:17:06 +02:00
vdimir
bb6b939d2b
Support 'is not distinct from' in join on section
2023-08-28 11:41:36 +00:00
Igor Nikonov
421610338e
Merge remote-tracking branch 'origin/master' into analyzer-fix-test-unique-index
2023-08-08 21:59:01 +00:00
Igor Nikonov
040d666546
Fix: 00838_unique_index test with analyzer
2023-08-08 21:57:27 +00:00
vdimir
1142180302
upd tests/analyzer_tech_debt.txt
2023-08-04 10:09:36 +00:00
Igor Nikonov
a6fc632aa1
More test queries
...
+ update file with broken tests
2023-07-28 23:57:56 +00:00
robot-ch-test-poll3
5db88e677b
Merge pull request #52328 from ClickHouse/Fix_parameterized_view_with_cte_multiple_usage
...
Fix parameterized view with cte and multiple usage
2023-07-27 00:06:10 +02:00
Nikolai Kochetov
a4a8c73108
Merge pull request #48669 from ClickHouse/prewhere-optimization-update-sort-desc
...
Update sort desc in ReadFromMergeTree after applying PREWHERE info
2023-07-26 15:47:18 +02:00
Smita Kulkarni
94ff9a4696
Merge branch 'master' into Fix_parameterized_view_with_cte_multiple_usage
2023-07-25 12:08:38 +02:00
Igor Nikonov
f067f8c46d
Make 01951_distributed_push_down_limit analyzer agnostic
2023-07-24 15:37:16 +00:00
Alexey Milovidov
d9d8782684
Merge branch 'master' into dist/optimize_skip_unused_shards-join-fix
2023-07-23 01:29:38 +03:00
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
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