Commit Graph

112982 Commits

Author SHA1 Message Date
vdimir
c7bdd24bdb Test wait_end_of_query in test_temporary_data_in_cache 2023-04-19 16:44:21 +02:00
vdimir
be0f424d1b Fix gtest_cascade_and_memory_write_buffer 2023-04-19 16:44:21 +02:00
vdimir
92d0d9d4ff Http temporary buffer integration with fs cache 2023-04-19 16:44:21 +02:00
Robert Schulze
5c5aaeca6d
Merge pull request #48929 from ClickHouse/rs/follow-up-to-48866
Follow-up to #48866
2023-04-19 16:37:48 +02:00
kssenii
323caae3c0 Fix 2023-04-19 16:29:38 +02:00
Mikhail f. Shiryaev
ae9f09fd8e
Merge pull request #48924 from ClickHouse/fix-integration-runner
Reduce docker image size, fix slow startup
2023-04-19 16:11:47 +02:00
Nikolay Degterinsky
89a32f7a34
Merge pull request #48879 from ClibMouse/noParquet
Fix build error when parquet is disabled
2023-04-19 15:52:56 +02:00
Kseniia Sumarokova
6843874e8a
Merge pull request #48903 from ClickHouse/vdimir/fix_test_storage_delta
Fix order by in test_storage_delta
2023-04-19 15:43:57 +02:00
Dan Roscigno
df70f6985c
Update query-complexity.md
The docs say that max_memory_usage is set to 10GB in the default config, but max_memory_usage does not appear in the default config, so the default is unlimited.
2023-04-19 09:16:22 -04:00
Dan Roscigno
b8b9f330d9
Merge pull request #48937 from ClickHouse/rs/doc-integer-promotion
Document integer promotion
2023-04-19 09:09:57 -04:00
Dan Roscigno
c58785aa67
Merge pull request #48884 from ContentSquare/replacingMergeTreeNewEngineDoc
Document the new feature of the ReplacingMergeTree engine of the PR #…
2023-04-19 09:06:56 -04:00
Robert Schulze
2b5a1295cf
Merge pull request #48870 from jh0x/improve-client-history-indent
Client: disable indent_multiline mode for Replxx history
2023-04-19 14:18:18 +02:00
Han Fei
96c8692c8a fix test 2023-04-19 13:42:55 +02:00
Mikhail f. Shiryaev
c80d8081d2
Add building stage to the fasttests report 2023-04-19 13:35:28 +02:00
Mikhail f. Shiryaev
95eb78a593
Using a proper --tls=false option to disable TLS 2023-04-19 13:33:15 +02:00
Robert Schulze
87b6db54ce
Document integer promotion
Fixes #48933
2023-04-19 11:27:29 +00:00
avogar
7dcf642601 Test more ipv4 values 2023-04-19 11:26:19 +00:00
avogar
34cc7b635a Fix type name 2023-04-19 10:33:39 +00:00
avogar
8af9cf67fd Fix comments 2023-04-19 10:33:39 +00:00
avogar
c2f18281c8 Make better 2023-04-19 10:33:39 +00:00
avogar
bb6cf5252f Fix logical error with IPv4 in Protobuf, add support for Date32 2023-04-19 10:33:39 +00:00
Kruglov Pavel
9bc95bed85
Merge pull request #48898 from Avogar/pretty-json
Add PrettyJSONEachRow format to output pretty JSON
2023-04-19 12:27:24 +02:00
Kruglov Pavel
8053b18c05
Merge pull request #48361 from Avogar/fix-arrow-dict-2
Fix serializing LowCardinality as Arrow dictionary
2023-04-19 12:23:27 +02:00
Robert Schulze
1036d21002
Less flaky 01079_new_range_reader_segfault
Usage of `rand()` means that the SELECT produces with probability
0.5^20 = 0.000000953 no result. This happend in (*).

The query is build to trigger some specific logic in MergeTreeReader.
Rewriting it is not a good idea. I therefore increased the amout of
test data to reduce the probability of en empty result siginficantly. I
hope that the same logic as before is triggered.

(*) https://s3.amazonaws.com/clickhouse-test-reports/0/905587b39def432667437efd92c28dde9cc0dfb2/stateless_tests__release__s3_storage__[1/2].html
2023-04-19 09:53:58 +00:00
Vladimir C
9a254d60d0
Do not check undefined result value in 02715_bit_operations_float 2023-04-19 11:51:24 +02:00
Robert Schulze
15db30618c
Various fixes and cleanups 2023-04-19 09:19:41 +00:00
Alexey Milovidov
5ecdb35029
Update PULL_REQUEST_TEMPLATE.md 2023-04-19 11:54:45 +03:00
Robert Schulze
6aaafbad1f
Merge pull request #48866 from infdahai/arrayfunc_for_wideint
arrayFunc for wideint(int128/256, uint128/256)
2023-04-19 10:52:28 +02:00
Mikhail f. Shiryaev
6a6a028a51
Reduce docker image size, fix slow startup 2023-04-19 09:44:53 +02:00
Kruglov Pavel
21dddf8c4c
Merge pull request #48864 from Avogar/fix-parquet-date32
Fix reading Date32 Parquet/Arrow column into not Date32 column
2023-04-19 09:16:42 +02:00
larryluogit
5fc7a489ae
Merge branch 'master' into noParquet 2023-04-18 21:17:00 -04:00
robot-ch-test-poll
905587b39d
Merge pull request #48883 from ClickHouse/tylerhannan-patch-1
Update README.md
2023-04-18 23:11:18 +02:00
Igor Nikonov
b236db82c9
Merge pull request #48863 from ClickHouse/fix_test_store_cleanup_disk_s3
Fix: do not run test_store_cleanup_disk_s3 in parallel
2023-04-18 22:44:03 +02:00
Ilya Yatsishin
ebb1b990f2
Merge pull request #45819 from qoega/clickhouse-help 2023-04-18 21:46:36 +02:00
Robert Schulze
f81ba392c0
Merge branch 'master' into improve-client-history-indent 2023-04-18 20:59:07 +02:00
Dan Roscigno
1d46f50da2
Merge pull request #48909 from ClickHouse/thomoco-patch-4
Update postgresql.md
2023-04-18 13:12:28 -04:00
Dan Roscigno
155c958d52
Merge pull request #48906 from ClickHouse/thomoco-patch-3
Update mutations.md
2023-04-18 13:10:44 -04:00
Dan Roscigno
5704eea076
Update docs/en/engines/table-engines/integrations/postgresql.md 2023-04-18 12:55:27 -04:00
Dan Roscigno
8b05fb6f83
need full path to markdown file including the md 2023-04-18 12:54:54 -04:00
Dan Roscigno
0ca09db306
Update docs/en/operations/system-tables/mutations.md 2023-04-18 12:51:27 -04:00
Dan Roscigno
d095a3b06b
Update docs/en/operations/system-tables/mutations.md 2023-04-18 12:50:40 -04:00
Kruglov Pavel
8710c15c85
Apply suggestion 2023-04-18 18:25:54 +02:00
Thom O'Connor
b60169d258
Update postgresql.md
Added examples for INSERT INTO from SELECT * for initial load from PostgreSQL and incremental inserts
2023-04-18 09:48:32 -06:00
Thom O'Connor
93cc552b8f
Update mutations.md
Adding the SQL to monitor system.mutations updates
2023-04-18 08:46:22 -06:00
vdimir
e34dcabeca
Fix order by in test_storage_delta 2023-04-18 14:25:21 +00:00
Sema Checherinda
d5fd0c4664
Merge pull request #48843 from ClickHouse/fix-test-concurrent-alter-move-and-drop
Try fix flacky test_concurrent_alter_move_and_drop
2023-04-18 16:21:17 +02:00
Kruglov Pavel
e9784b9444
Bring back accidentally deleted line 2023-04-18 16:06:21 +02:00
Kruglov Pavel
59a74b47ee
Update aspell-dict.txt 2023-04-18 15:57:50 +02:00
Kruglov Pavel
8aade2d39e
Fix typo 2023-04-18 15:56:41 +02:00
kssenii
59459cb287 Fix test 2023-04-18 15:54:36 +02:00