Commit Graph

40557 Commits

Author SHA1 Message Date
Andrey Chulkov
f1bd5c11cd fix 2020-05-21 05:14:03 +03:00
Andrey Chulkov
1c8c48dbad fix 2020-05-21 05:07:17 +03:00
Andrey Chulkov
00637e0104 fix 2020-05-21 05:01:41 +03:00
Andrey Chulkov
b3c1bda0a9 change one_bucket_polygon to use new index 2020-05-21 04:32:18 +03:00
Andrey Chulkov
5b935f52cc fix 2020-05-21 03:50:19 +03:00
Andrey Chulkov
ff1dbe5483 add template to grid 2020-05-21 03:37:03 +03:00
Arthur Petukhovsky
814f099fd1 Dry polygon dict docs a bit 2020-05-21 02:52:18 +03:00
Anton Kvasha
f1893a7e83 Added better test 2020-05-21 00:01:21 +03:00
Anton Kvasha
5a6a8e2715 Documentation for polygon-dict: third draft 2020-05-20 02:04:07 +03:00
Anton Kvasha
d7e7ef6197 Documentation for polygon-dict: second draft 2020-05-19 19:13:47 +03:00
Anton Kvasha
8f5cb77d0a Documentation for polygon-dict: first draft 2020-05-19 18:46:08 +03:00
Anton Kvasha
4af038e3e9 Test data is stored in archive now 2020-05-18 16:41:18 +03:00
Andrey Chulkov
7210e9efb8 move tests left in dbms/ 2020-05-18 03:07:32 +03:00
Andrey Chulkov
33b724befc fix compilation error 2020-05-18 03:02:32 +03:00
Andrey Chulkov
b64c9a09a5 Merge branch 'master' of github.com:ClickHouse/ClickHouse into polygon-dict-grids 2020-05-18 02:36:26 +03:00
alexey-milovidov
6f1d522b6a
Merge pull request #10980 from azat/database-atomic-fixes
Database atomic fixes
2020-05-17 23:25:56 +03:00
alexey-milovidov
3820075813
Merge pull request #10983 from azat/configure-librdkafka
Configure librdkafka (logging and thread names)
2020-05-17 23:25:18 +03:00
alexey-milovidov
0ef5d460ad
Merge pull request #10985 from ClickHouse/revert-10970-try-fix-use-after-free-mergetree
Revert "Try to fix use-after-free error in MergeTree"
2020-05-17 22:36:38 +03:00
alexey-milovidov
ca1a9b890d
Revert "Try to fix use-after-free error in MergeTree" 2020-05-17 22:36:27 +03:00
alexey-milovidov
f7b1263d41
Merge pull request #10268 from ClickHouse/max-rows-to-sort
Added failing tests about "max_rows_to_sort" setting.
2020-05-17 22:21:30 +03:00
alexey-milovidov
8d3c37992a
Merge pull request #10533 from ClickHouse/alter-key-column-better-exception-message
Better exception message and error code for ALTER of key column #9078
2020-05-17 22:21:14 +03:00
alexey-milovidov
92686fea27
Merge pull request #10974 from ClickHouse/xolm-random_fixed_string_function
Merging  #10866
2020-05-17 22:20:53 +03:00
alexey-milovidov
76dfc37bbf
Merge pull request #10975 from ClickHouse/Potya-master
Merging #10856
2020-05-17 22:20:36 +03:00
Anton Kvasha
0d9e1f3db3 Test data initialization reworked 2020-05-17 21:39:18 +03:00
Azat Khuzhin
e3d69eea88 Configure thread names for librdkafka
First of all it is nice to have part of the table name in it.

And secondly, librdkafka uses pthread_setname_np(), but due to
glibc-compatibility it is a noop in clickhouse sources:

  # librdkafka uses rdk: prefix for thread names by default
  $ grep rdk /proc/$(pgrep clickhouse-serv)/task/*/comm
  # just in case:
  $ grep rdk /proc/*/task/*/comm
  $ grep rdk /proc/*/comm

  (gdb) disas pthread_setname_np
  Dump of assembler code for function pthread_setname_np:
     0x000000000c603250 <+0>:     xor    %eax,%eax
     0x000000000c603252 <+2>:     retq
  End of assembler dump.
2020-05-17 20:40:18 +03:00
Azat Khuzhin
dbe781451a Redirect librdkafka logs from stderr to clickhouse logger 2020-05-17 20:27:36 +03:00
Anton Kvasha
06d683a113 Fix 2020-05-17 17:46:50 +03:00
Anton Kvasha
e436c60bc8 Fix 2020-05-17 17:45:25 +03:00
Azat Khuzhin
fb6b19d57a Fix symlinking data directory for Atomic database 2020-05-17 17:14:51 +03:00
Azat Khuzhin
31035a3cd1 Allow relative path for renameat2 by using AT_FDCWD
Otherwise this will trigger logical error on CREATE TABLE with default
config.d overrides (path=./).
2020-05-17 17:02:03 +03:00
Anton Kvasha
eda303969f Test data added 2020-05-17 16:56:42 +03:00
Anton Kvasha
0edd6afda2 Test path fixed 2020-05-17 16:48:27 +03:00
alexey-milovidov
7cf3538840
Merge pull request #10270 from ClickHouse/quota-key-in-client
Support quota_key for Native client
2020-05-17 14:09:40 +03:00
Alexey Milovidov
90cd5d8a3c Remove unused header file 2020-05-17 13:27:13 +03:00
alexey-milovidov
6c49967395
Merge pull request #10802 from PerformanceVision/offset_without_limit
Add the ability to set an OFFSET clause without a LIMIT
2020-05-17 12:06:22 +03:00
alexey-milovidov
fcfd3d34fd
Merge pull request #10850 from kekekekule/complex_key_direct
Add complex key direct layout to dictionaries
2020-05-17 11:55:10 +03:00
alexey-milovidov
6d34f24605
Merge branch 'master' into complex_key_direct 2020-05-17 11:55:01 +03:00
alexey-milovidov
00cc0b5752
Merge pull request #10946 from qoega/merge-10600
Merge #10600
2020-05-17 11:46:53 +03:00
alexey-milovidov
103f66e13f
Merge pull request #10968 from ClickHouse/fix_database_atomic_terminate_called
Fix exception from destructor in DatabaseAtomic
2020-05-17 11:45:37 +03:00
Alexey Milovidov
d1d070fa8d More type aliases 2020-05-17 11:35:08 +03:00
Alexey Milovidov
59b0435547 Fix tests 2020-05-17 11:25:29 +03:00
Alexey Milovidov
6029b6d7bd Added REAL; remove Int1/2/4; remove LONG because it has conflict meaning in MySQL and MS Access 2020-05-17 11:22:59 +03:00
Alexey Milovidov
c701ccbec0 Merge branch 'master' of https://github.com/Potya/ClickHouse into Potya-master 2020-05-17 11:19:37 +03:00
alexey-milovidov
1bceb48e65
Merge pull request #10920 from ClickHouse/fix-notNullIn-with-null
Fix not null in with null
2020-05-17 11:16:43 +03:00
alexey-milovidov
7ee35f102d
Merge pull request #10867 from azat/dist-INSERT-load-balancing
Respect prefer_localhost_replica/load_balancing on INSERT into Distributed
2020-05-17 11:11:35 +03:00
Alexey Milovidov
7e7fd41266 Fix build + improvement 2020-05-17 11:00:10 +03:00
Alexey Milovidov
157d0b612c Merge branch 'random_fixed_string_function' of https://github.com/xolm/ClickHouse into xolm-random_fixed_string_function 2020-05-17 10:54:48 +03:00
Alexey Milovidov
7971f62776 Fix test 2020-05-17 10:47:53 +03:00
alexey-milovidov
2ec9d1e9ab
Merge pull request #10512 from ClickHouse/fix-ubsan-decimal-parse
Fix UBSan report in Decimal parse
2020-05-17 10:46:03 +03:00
Alexey Milovidov
c33373f7fb Minor modification 2020-05-17 10:43:23 +03:00