MaxWk
|
d42a454837
|
support some bool format
|
2021-11-11 16:01:32 +08:00 |
|
MaxWk
|
dd54b4aa26
|
support bool literal
|
2021-11-06 15:19:12 +08:00 |
|
MaxWk
|
e264b4dcba
|
add tests
|
2021-11-04 16:50:12 +08:00 |
|
MaxWk
|
1ba71c20fd
|
support bool type
|
2021-11-04 16:39:36 +08:00 |
|
Anton Popov
|
2a617e6a5a
|
Merge pull request #31003 from kssenii/sql-json-fix
Allow spaces in JSONPath.
|
2021-11-03 00:59:54 +03:00 |
|
Anton Popov
|
0936d90210
|
Merge pull request #31001 from Avogar/fix-format-row
Fix segfault in formatRow function
|
2021-11-03 00:58:56 +03:00 |
|
mergify[bot]
|
1ba871a664
|
Merge branch 'master' into fix-format-row
|
2021-11-02 21:56:44 +00:00 |
|
Kseniia Sumarokova
|
065106c299
|
Merge pull request #30690 from kssenii/partitioned-write
Partitioned write for file, hdfs, url storages and table functions
|
2021-11-02 22:58:16 +03:00 |
|
alesapin
|
ce04ff8879
|
Merge pull request #30993 from georgthegreat/master
Remove remaining usages of Y_IGNORE
|
2021-11-02 22:39:29 +03:00 |
|
Ilya Yatsishin
|
d897a13cc3
|
Merge pull request #30963 from qoega/less-parallel
|
2021-11-02 21:42:11 +03:00 |
|
Kruglov Pavel
|
1cb708fd1b
|
Update 02113_format_row_bug.sql
|
2021-11-02 17:13:58 +03:00 |
|
kssenii
|
01684ad05a
|
Fix
|
2021-11-02 16:53:47 +03:00 |
|
avogar
|
62c5951dd7
|
Fix segfault in formatRow function
|
2021-11-02 16:26:14 +03:00 |
|
Kseniia Sumarokova
|
4c675f0151
|
Merge pull request #30970 from kssenii/add-setting-for-remote-reads
Add settings for remote async reads
|
2021-11-02 15:28:09 +03:00 |
|
Yuriy Chernyshov
|
14e7ea6685
|
Remove remaining usages of Y_IGNORE
|
2021-11-02 14:41:30 +03:00 |
|
alexey-milovidov
|
ad06ed3526
|
Update README.md
|
2021-11-02 14:38:17 +03:00 |
|
alexey-milovidov
|
79ea35ec49
|
Update README.md
|
2021-11-02 14:38:02 +03:00 |
|
Kruglov Pavel
|
65d0711f12
|
Merge pull request #30990 from Avogar/avro_rows_in_file
Set output_format_avro_rows_in_file default to 1
|
2021-11-02 14:07:33 +03:00 |
|
avogar
|
42ab57f0e5
|
Set output_format_avro_rows_in_file default to 1
|
2021-11-02 14:06:10 +03:00 |
|
Kruglov Pavel
|
901ebcede6
|
Merge pull request #30351 from arenadata/ADQM-335
output_format_avro_rows_in_file
|
2021-11-02 12:25:27 +03:00 |
|
kssenii
|
9080d2ea52
|
Fix tests
|
2021-11-02 07:27:13 +00:00 |
|
alesapin
|
085cb275de
|
Merge pull request #30826 from azat/replicated-mt-fix-sanity-on-failed-drop
Fix possible "The local set of parts of X doesn't look like the set of parts in ZooKeeper" error
|
2021-11-02 10:15:43 +03:00 |
|
Vitaly Baranov
|
acf4e66771
|
Merge pull request #30973 from vitlibar/move-access-code
Move access-rights source code
|
2021-11-02 09:57:15 +03:00 |
|
robot-clickhouse
|
4289336c27
|
Auto version update to [21.12.1.1] [54457]
|
2021-11-02 00:56:45 +03:00 |
|
robot-clickhouse
|
f880c8c2e2
|
Auto version update to [21.11.1.8636] [54456]
|
2021-11-02 00:52:35 +03:00 |
|
Kruglov Pavel
|
9a1275cb10
|
Merge pull request #30178 from Avogar/tsv-csv
Refactor and improve TSV, CSV, JSONCompactEachRow, RowBinary formats. Fix bugs in formats
|
2021-11-02 00:38:30 +03:00 |
|
Kseniia Sumarokova
|
351c7bc8d6
|
Merge pull request #30881 from kssenii/fix-local-verbose
clickhouse-local interactive fix --verbose and allow logging into file
|
2021-11-01 23:08:49 +03:00 |
|
alexey-milovidov
|
af4a0a9ed2
|
Merge pull request #29528 from DimasKovas/allow_nulls_first_in_key_condition
Support NULLS FIRST in KeyCondition
|
2021-11-01 23:02:22 +03:00 |
|
alexey-milovidov
|
38f7d1ebc2
|
Update KeyCondition.cpp
|
2021-11-01 22:59:57 +03:00 |
|
alexey-milovidov
|
0d44dd1156
|
Merge pull request #30796 from taiyang-li/fix_snappy_build_error
fix snappy build error
|
2021-11-01 22:59:12 +03:00 |
|
alesapin
|
fe768d9fae
|
Merge pull request #30952 from ClickHouse/trying_actions
Add stress test to github actions
|
2021-11-01 22:31:48 +03:00 |
|
tavplubix
|
3f8f08c49c
|
Merge pull request #30772 from sevirov/sevirov-DOCSUP-16361-update_the_sql_statement_create_database
DOCSUP-16361: Update the SQL-statement CREATE DATABASE
|
2021-11-01 21:40:48 +03:00 |
|
Ilya Yatsishin
|
1df7bacf64
|
Merge pull request #30950 from qoega/fix-backward-compat-test
|
2021-11-01 20:42:17 +03:00 |
|
Vitaly Baranov
|
3bc9bf28f4
|
Merge pull request #30688 from vitlibar/backup-and-restore-for-log-family
Implement BACKUP & RESTORE for Log family
|
2021-11-01 19:57:39 +03:00 |
|
Dmitriy
|
4d2be6d8bb
|
Add database engines
Добавил движки баз данных.
|
2021-11-01 19:39:35 +03:00 |
|
Vitaly Baranov
|
ab01b9afc8
|
Split Authentication.h to common and main parts.
|
2021-11-01 19:13:49 +03:00 |
|
Vitaly Baranov
|
3ed7f8f0b3
|
Move access-rights' source files needed for parser to a separate target.
|
2021-11-01 19:13:49 +03:00 |
|
sevirov
|
279e1eb6e9
|
Update docs/en/sql-reference/statements/create/database.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-11-01 18:58:08 +03:00 |
|
kssenii
|
53c0e1ae61
|
Add setting for remote reads
|
2021-11-01 18:14:18 +03:00 |
|
Kseniia Sumarokova
|
ad05bf6a8e
|
Merge pull request #30967 from ClickHouse/kssenii-fix-test-1
Fix flacky test
|
2021-11-01 17:11:59 +03:00 |
|
Kseniia Sumarokova
|
0a83c391c1
|
Update 02026_storage_filelog_largefile.sh
|
2021-11-01 16:56:09 +03:00 |
|
alesapin
|
259c806170
|
Don't check own run file
|
2021-11-01 16:27:55 +03:00 |
|
Maksim Kita
|
d5639614d9
|
Merge pull request #30902 from laurieliyang/patch-1
Update permissions-for-queries.md of cn
|
2021-11-01 14:21:37 +03:00 |
|
Maksim Kita
|
6fd07f3483
|
Merge pull request #30860 from olgarev/revolg-DOCSUP-11549-compile_aggregate_expressions-and-min_count_to_compile_aggregate_expression-settings
DOCSUP-11549: Document the compile_aggregate_expressions and min_count_to_compile_aggregate_expression settings
|
2021-11-01 14:15:16 +03:00 |
|
Maksim Kita
|
d8249d88b2
|
Update settings.md
|
2021-11-01 14:15:01 +03:00 |
|
Maksim Kita
|
4e97d666c2
|
Update settings.md
|
2021-11-01 14:14:28 +03:00 |
|
Maksim Kita
|
1e2abfb6e0
|
Merge pull request #30720 from zpi1223/master
docs: chinese translation for zh system-tables
|
2021-11-01 14:13:57 +03:00 |
|
alesapin
|
8a39044878
|
Fix stress tester
|
2021-11-01 14:11:59 +03:00 |
|
alesapin
|
dbfa17aabf
|
Add correct S3
|
2021-11-01 13:32:56 +03:00 |
|
alesapin
|
ae7bc00dab
|
Fix step name
|
2021-11-01 13:28:44 +03:00 |
|