Alexey Milovidov
|
c014168c5f
|
Attempt to fix performance regression while parsing JSONEachRow #3223
|
2018-10-10 00:21:52 +03:00 |
|
Alexey Milovidov
|
a432ff335e
|
Attempt to fix performance regression while parsing JSONEachRow #3223
|
2018-10-10 00:09:48 +03:00 |
|
alexey-milovidov
|
b7766333ab
|
Merge pull request #3330 from CurtizJ/CLICKHOUSE-4005
Interpret empty null_value in external dictionaries as type default value [ClLICKHOUSE-4005]
|
2018-10-09 23:44:18 +03:00 |
|
alexey-milovidov
|
33b4a502d6
|
Update test.py
|
2018-10-09 23:43:52 +03:00 |
|
Alexey Milovidov
|
798c3d2e4d
|
Merge remote-tracking branch 'origin/master' into fix-performance-regression-while-parsing-jsoneachrow
|
2018-10-09 23:42:21 +03:00 |
|
alexey-milovidov
|
caaa7ff98e
|
Merge pull request #3331 from yandex/fix-point-in-poligon
Fix point in poligon
|
2018-10-09 23:41:35 +03:00 |
|
alexey-milovidov
|
bc921c564a
|
Update 00500_point_in_polygon_bug_2.sql
|
2018-10-09 23:40:05 +03:00 |
|
alexey-milovidov
|
e25e19a071
|
Update 00500_point_in_polygon_bug_2.sql
|
2018-10-09 23:39:32 +03:00 |
|
robot-clickhouse
|
e10f7360d4
|
Auto version update to [18.14.4] [54409]
|
2018-10-09 22:49:13 +03:00 |
|
Alexey Milovidov
|
4a31c1c18a
|
Attempt to fix performance regression while parsing JSONEachRow #3223
|
2018-10-09 22:46:35 +03:00 |
|
Nikolai Kochetov
|
c506f04842
|
Added test. #3309
|
2018-10-09 22:40:21 +03:00 |
|
Nikolai Kochetov
|
1f348a09ca
|
Fix calcLinestringRotation angle. #3309
|
2018-10-09 22:38:37 +03:00 |
|
CurtizJ
|
de1e9caefb
|
add test
|
2018-10-09 22:00:09 +03:00 |
|
Alexey Milovidov
|
6ca67ce277
|
Updated test result #3257
|
2018-10-09 22:00:00 +03:00 |
|
Alexey Milovidov
|
94d8a78abf
|
Fixed test (now letter ё is really decomposed) #3257
|
2018-10-09 21:55:39 +03:00 |
|
Alexey Milovidov
|
89f3fd07f5
|
Fixed issue in test #3257
|
2018-10-09 21:53:35 +03:00 |
|
Alexey Milovidov
|
ccbe39b4d3
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-10-09 21:43:33 +03:00 |
|
Alexey Milovidov
|
eda0784feb
|
clickhouse-test: removed obsolete comment #3223
|
2018-10-09 21:43:23 +03:00 |
|
robot-clickhouse
|
bc162437fb
|
Auto version update to [18.14.3] [54409]
|
2018-10-09 21:29:01 +03:00 |
|
Alexey Milovidov
|
458b0f256a
|
Added test by Champtar #3223
|
2018-10-09 21:20:46 +03:00 |
|
Alexey Milovidov
|
9a50300e42
|
Minor modifications #3223
|
2018-10-09 21:14:30 +03:00 |
|
Alexey Milovidov
|
e4b4b5a4fc
|
Better diagnostic for JSONEachRow format #3223
|
2018-10-09 21:06:52 +03:00 |
|
alexey-milovidov
|
052fc2b674
|
Merge pull request #3223 from veloman-yunkan/jsoneachrow_bugfix
Fix for issue #3297
|
2018-10-09 21:05:51 +03:00 |
|
CurtizJ
|
5f2f1f589f
|
interpret empty null_value as default value
|
2018-10-09 20:43:25 +03:00 |
|
Alex Zatelepin
|
85ca64bf15
|
Update alter.md
|
2018-10-09 20:29:40 +03:00 |
|
Alex Zatelepin
|
7aa54e7022
|
Update alter.md
|
2018-10-09 20:28:51 +03:00 |
|
alesapin
|
32c6d0c699
|
Merge pull request #3182 from VadimPE/CLICKHOUSE-3947
CLICKHOUSE-3947 add LIKE and IN () for ODBC and MySQL
|
2018-10-09 20:12:32 +03:00 |
|
chertus
|
ee40c0cec9
|
undo changes from another pull request
|
2018-10-09 20:02:30 +03:00 |
|
chertus
|
c7bf0e77ea
|
add get64() for Decimal32 and Decimal64; remove allow_experimental_decimal_type setting [issue-3282]
|
2018-10-09 19:50:42 +03:00 |
|
Alexandr Krasheninnikov
|
27f288641e
|
Fix config reference, header inclusion and failed tests
|
2018-10-09 18:03:41 +03:00 |
|
chertus
|
b360fc895a
|
comment for TranslateQualifiedNamesVisitor [CLICKHOUSE-4001]
|
2018-10-09 17:41:19 +03:00 |
|
Alexey Milovidov
|
574c4da419
|
Updated tips (tnx. Vladislav U. from the Telegram chat) [#CLICKHOUSE-2]
|
2018-10-09 17:38:59 +03:00 |
|
chertus
|
ec8d3b388d
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
|
Alexey Milovidov
|
227ff8c606
|
Fixed comment [#CLICKHOUSE-2]
|
2018-10-09 17:30:05 +03:00 |
|
VadimPE
|
bcf8d5517e
|
CLICKHOUSE-3947 fix const
|
2018-10-09 17:21:19 +03:00 |
|
alexey-milovidov
|
69036b3da6
|
Merge pull request #3327 from sjoerdmulder/patch-2
Fix invalid documentation
|
2018-10-09 17:13:24 +03:00 |
|
VadimPE
|
da712d0036
|
CLICKHOUSE-3947 fix copy-paste and const
|
2018-10-09 17:13:08 +03:00 |
|
Ivan Blinkov
|
013602c269
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2018-10-09 16:19:18 +03:00 |
|
Ivan Blinkov
|
065e52bf7e
|
conclude merge
|
2018-10-09 16:19:08 +03:00 |
|
alesapin
|
20fcc11497
|
Merge pull request #3321 from yandex/test_for_fileopen
CLICKHOUSE-3943: Add test for FileOpen metric
|
2018-10-09 15:15:20 +03:00 |
|
chertus
|
20b733aaf0
|
Merge branch 'master' into joins
|
2018-10-09 13:47:01 +03:00 |
|
Sjoerd Mulder
|
f305b01d6f
|
Update russian
|
2018-10-09 12:34:46 +02:00 |
|
Sjoerd Mulder
|
9914f6b18d
|
keep_alive is seconds not millis
|
2018-10-09 12:27:52 +02:00 |
|
Artem Zuikov
|
568890f7f7
|
Merge pull request #3316 from yandex/docs-dictionary-1
[docs] link Dictionary engine to Dictionaries docs
|
2018-10-09 13:19:05 +03:00 |
|
alesapin
|
9946154908
|
CLICKHOUSE-3943: Rename FLUSH SYSTEM TABLES query to FLUSH LOGS, better tests
|
2018-10-09 13:05:27 +03:00 |
|
谢磊
|
093ede9111
|
add faq zh translate (#3323)
* add faq zh translate
* add faq zh translate --> remove soft md link
* add faq zh translate --> add apache hadoop link
|
2018-10-09 09:53:47 +03:00 |
|
chertus
|
f21c4c898e
|
Decimal dictionaries support [CLICKHOUSE-4045]
|
2018-10-08 22:45:17 +03:00 |
|
alesapin
|
9576c0e86d
|
Add flush system tables
|
2018-10-08 21:09:14 +03:00 |
|
alesapin
|
ee78e27fa8
|
Move test to sh
|
2018-10-08 19:58:44 +03:00 |
|
alesapin
|
8333f63e12
|
Add log_queries setting
|
2018-10-08 19:35:59 +03:00 |
|