Azat Khuzhin
b91281455c
clickhouse-client: properly cancel query in case of error during formatting data
...
One example of such error is NO_ROW_DELIMITER [1]:
$ clickhouse-client --stacktrace --multiquery <<<"SELECT * FROM no_length_delimiter_protobuf_00825 FORMAT ProtobufSingle SETTINGS format_schema = '$PWD/tests/queries/0_stateless/format_schemas/00825_protobuf_format_no_length_delimiter:Message'"
Error on processing query: Code: 546. DB::Exception: The ProtobufSingle format can't be used to write multiple rows because this format doesn't have any row delimiter. (NO_ROW_DELIMITER), Stack trace (when copying this message, always include the lines below):
...
3. /build/build_docker/../src/Common/Exception.cpp:56: DB::Exception::Exception()
4. /build/build_docker/../src/Processors/Formats/Impl/ProtobufRowOutputFormat.cpp:43: DB::ProtobufRowOutputFormat::write()
5. /build/build_docker/../src/Processors/Formats/IRowOutputFormat.cpp:34: DB::IRowOutputFormat::consume()
6. /build/build_docker/../src/Processors/Formats/IOutputFormat.cpp:115: DB::IOutputFormat::write()
7. /build/build_docker/../src/Client/ClientBase.cpp:398: DB::ClientBase::onData()
[1]: https://s3.amazonaws.com/clickhouse-test-reports/35865/b862fa7f3ede7d30b7c606c06e7fe1e273b49d32/stateless_tests__thread__actions__[3/3].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-12 15:22:16 +03:00
Alexander Tokmakov
457a9e9691
fixes for ReplicatedMergeTree
2022-04-12 14:14:26 +02:00
alesapin
1b7b6af268
Merge pull request #36157 from bigo-sg/fixut_coo
...
Fix UT error sometimes
2022-04-12 14:12:24 +02:00
jewisliu
b2c10611d1
support UNSIGNED modifier with unused parameters of INT
2022-04-12 19:49:57 +08:00
tavplubix
2e95e0db3b
Merge pull request #36133 from Algunenano/osx_atomic_exchange
...
Add support for atomic exchange in OSX
2022-04-12 14:10:36 +03:00
Kseniia Sumarokova
abb498c9a5
Update ClientBase.cpp
2022-04-12 12:51:19 +02:00
Kseniia Sumarokova
50b5684d00
Update FileSegment.cpp
2022-04-12 11:59:58 +02:00
Kseniia Sumarokova
97baa250b6
Merge pull request #36131 from ClickHouse/kssenii-patch-3
...
Update 01171_mv_select_insert_isolation_long.sh
2022-04-12 11:56:13 +02:00
tavplubix
82713f347b
Update clickhouse-test
2022-04-12 12:55:57 +03:00
alesapin
8f822af358
Fix mongodb test with new cert
2022-04-12 11:47:22 +02:00
Nikolay Degterinsky
3547e3a376
Merge pull request #35978 from nic11/pr/runner-typo
...
Remove arg duplication and fix a typo
2022-04-12 11:45:52 +02:00
Alexander Tokmakov
6e4787560b
fix another issue
2022-04-12 11:44:25 +02:00
tavplubix
ccb45ae943
Update stress
2022-04-12 12:42:45 +03:00
Nikolay Degterinsky
0a382c28e4
Merge pull request #36155 from bharatnc/ncb/fix-typo
...
fix typo in cmake message
2022-04-12 11:42:20 +02:00
Vladimir C
8873d7b0e7
Merge pull request #36082 from bigo-sg/cache_hive_files
2022-04-12 11:42:08 +02:00
alesapin
34b920adb0
Merge pull request #36159 from ClickHouse/cancel-lambda
...
Fix a logical error left after debugging
2022-04-12 11:33:13 +02:00
tavplubix
48f9b61bdb
Update stress
2022-04-12 12:22:03 +03:00
Kseniia Sumarokova
b29202ac88
Merge pull request #36150 from kssenii/fix-cache-test
...
Fix test 02241_remote_filesystem_cache_on_insert for database Ordinary
2022-04-12 11:08:44 +02:00
Mikhail f. Shiryaev
30a9fce67a
Rebuild the least docker layer
2022-04-12 11:01:25 +02:00
Mikhail f. Shiryaev
abf8c3c5ad
Fix and improve cancel-rerun lambda
...
- Fix rerun for DocsCheck
- Additional check for workflow head sha1
- Fix workflow debug info
- Fix event_data parsing
- Always print debug info
2022-04-12 11:00:01 +02:00
Kseniia Sumarokova
74515a3523
Merge pull request #36057 from azat/client-cancel
...
clickhouse-client: fix query cancellation if any result was not received yet
2022-04-12 09:40:20 +02:00
Kseniia Sumarokova
a77a228ab8
Update FileSegment.cpp
2022-04-12 09:37:03 +02:00
Kseniia Sumarokova
9d88f84180
Merge pull request #36153 from bigo-sg/fix_hdfs_read_buffer
...
Fix bug of read buffer from hdfs
2022-04-12 08:53:39 +02:00
Mikhail f. Shiryaev
280a2d847c
Merge pull request #36139 from ClickHouse/fasttest-ccache
...
Upload ccache for the first run in PR
2022-04-12 08:37:21 +02:00
zhanglistar
0ae820550d
fix ut error sometimes
2022-04-12 14:30:53 +08:00
bharatnc
6b07105de6
fix typo in cmake message
2022-04-11 22:38:23 -07:00
bharatnc
e5494de63c
h3Res0Indexes - remove unused array
2022-04-11 22:18:55 -07:00
taiyang-li
9d31c44d39
fix bug of read buffer from hdfs
2022-04-12 12:01:51 +08:00
yuuch
588b582437
detail about the input
2022-04-12 11:01:20 +08:00
Yakov Olkhovskiy
dc314d53b3
do not create view before check, use MatchColumnsMode::Name mode
2022-04-11 20:28:11 -04:00
mergify[bot]
46b9a1ef80
Merge branch 'master' into client-trailing-space
2022-04-11 22:07:37 +00:00
alesapin
a840edbefa
Merge pull request #36132 from ClickHouse/build-report
...
Build report
2022-04-11 23:57:31 +02:00
Yakov Olkhovskiy
783dbb2e63
Merge branch 'master' into dev_materialized_view
2022-04-11 17:47:35 -04:00
mergify[bot]
8910869987
Merge branch 'master' into thread-pool-reset-thread-name
2022-04-11 21:19:05 +00:00
Kseniia Sumarokova
51dd39b42f
Update StorageSystemRemoteDataPaths.cpp
2022-04-11 22:46:51 +02:00
kssenii
fc62e95d76
Fix
2022-04-11 22:24:45 +02:00
Mikhail f. Shiryaev
faa26b4377
Improve report and variables naming
2022-04-11 20:05:43 +02:00
rfraposa
a2c64e4a0a
Update index.md
2022-04-11 10:21:31 -06:00
rfraposa
1afe4300e8
Fixed broken links
2022-04-11 09:55:54 -06:00
kssenii
d2ccf876c6
Fix
2022-04-11 17:51:49 +02:00
Yakov Olkhovskiy
155a2a0d42
Merge pull request #35349 from yakov-olkhovskiy/interpolate-feature
...
Interpolate feature
2022-04-11 11:15:50 -04:00
Yakov Olkhovskiy
2588f8011f
comment fix
2022-04-11 11:13:29 -04:00
Mikhail f. Shiryaev
11897d56b9
Upload ccache for the first run in PR
2022-04-11 17:03:46 +02:00
tavplubix
f7c17a8e86
Update stress
2022-04-11 18:03:19 +03:00
Anton Popov
471e945efe
Merge pull request #35934 from ClickHouse/make_date
...
Implementation of makeDateTime() and makeDateTime64() #30895
2022-04-11 16:38:23 +02:00
mergify[bot]
df81e8d60c
Merge branch 'master' into Avogar-patch-4
2022-04-11 14:37:28 +00:00
Alexander Tokmakov
38c80940fd
slightly beter fix
2022-04-11 16:25:59 +02:00
Kruglov Pavel
972357ebf6
Merge pull request #35748 from bigo-sg/s3_cluster_join
...
Fixed : elimate AMBIGUOUS_COLUMN_NAME exception in hdfs/s3 cluster join query
2022-04-11 16:22:53 +02:00
Yakov Olkhovskiy
7293e01647
some comments added
2022-04-11 09:47:27 -04:00
tavplubix
983052951a
Merge pull request #36128 from ClickHouse/fix_flaky_00971_01003
...
Fix flaky tests 00971 and 01003
2022-04-11 16:45:38 +03:00