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
Kruglov Pavel
a23262bb77
Update src/Client/Connection.cpp
...
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-04-19 13:40:40 +02:00
Kruglov Pavel
2ad161d2b7
Merge branch 'master' into non-blocking-connect
2023-04-19 13:39:40 +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
Kruglov Pavel
66bdd5281a
Update src/Processors/QueryPlan/ReadFromRemote.cpp
...
Co-authored-by: Nikita Taranov <nickita.taranov@gmail.com>
2023-04-19 13:32:32 +02:00
Alexander Gololobov
e9739e5f8e
Merge branch 'master' into fix_set_withzk_and_analyzer
2023-04-19 13:31:12 +02:00
Kruglov Pavel
58b973fa91
Update programs/copier/ClusterCopier.cpp
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2023-04-19 13:30:46 +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
caipengxiang
c9848e0822
bugfix:
...
maskLowBits<UInt8>(3) => 00000111, but maskLowBits<Int8>(3) => 11111111, so I fixed it.
after I fixed it, the result is:
maskLowBits<UInt8>(3) => 00000111, maskLowBits<Int8>(3) => 00000111
2023-04-19 12:22:17 +08:00
xieyichen
11b3469eac
reopen stale fd
2023-04-19 11:13:16 +08:00
larryluogit
5fc7a489ae
Merge branch 'master' into noParquet
2023-04-18 21:17:00 -04:00
Igor Nikonov
d5eb65b5ea
Remove redundant narrowPipe()
2023-04-18 22:41:28 +00:00
Igor Nikonov
2455334009
Merge remote-tracking branch 'origin/master' into parallel-processing-from-storages
2023-04-18 21:42:51 +00: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
avogar
0878ab8443
Fix build
2023-04-18 19:51:53 +00:00
Kruglov Pavel
a5c52d3bc3
Merge branch 'master' into parquet-metadata-format
2023-04-18 21:51:14 +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
avogar
d2608e4615
Tag no-fasttest
2023-04-18 18:01:42 +00:00
avogar
7a67951f64
Add more fields, fix style
2023-04-18 17:59:01 +00:00
avogar
b0e5f7069e
Update exception message
2023-04-18 17:15:16 +00: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
avogar
c5efa4dc01
Add comment
2023-04-18 17:10:37 +00:00
avogar
b8b4db8c26
More tests
2023-04-18 17:05:59 +00:00
avogar
2518ee4988
Remove deleted line
2023-04-18 16:58:43 +00:00
avogar
f7f609dfb9
Better
2023-04-18 16:57:55 +00:00