zvonand
|
fca314aa11
|
fixed clang-tidy
|
2022-02-16 19:23:10 +03:00 |
|
zvonand
|
cf244689a2
|
fixed filling transform
|
2022-02-16 15:14:25 +03:00 |
|
zvonand
|
f60a944483
|
fixed toStartOfInterval
|
2022-02-16 02:43:08 +03:00 |
|
zvonand
|
888542e29b
|
add[interval] no longer oses decimal components
Not only support for better subsecond logic, but also fewer conversions
-> faster operation
|
2022-02-14 02:52:56 +03:00 |
|
zvonand
|
2454f1dd13
|
Decimal components attempt
|
2022-02-14 00:04:09 +03:00 |
|
zvonand
|
196ffb4827
|
toStartOf[...]second works
|
2022-02-13 18:41:45 +03:00 |
|
zvonand
|
dcc0f53f8e
|
updated Interval definitions
|
2022-02-13 17:54:03 +03:00 |
|
zvonand
|
48c1b8b62b
|
Updated IntervalParser
|
2022-02-13 13:01:48 +03:00 |
|
zvonand
|
0c5e8a0beb
|
upload
|
2022-02-12 19:37:06 +03:00 |
|
zvonand
|
da1ba60202
|
upload
|
2022-02-11 13:35:50 +03:00 |
|
zvonand
|
0fe1fdb6ca
|
add[...]Seconds basically work
|
2022-02-09 20:19:01 +03:00 |
|
zvonand
|
d8b40e7deb
|
basic add[...]seconds added
TODO: fix DT64 scale resolution when input and func's scale are not the
same
|
2022-02-09 10:28:15 +03:00 |
|
zvonand
|
0633174b10
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into issue_33147
|
2022-02-08 11:42:31 +03:00 |
|
Kruglov Pavel
|
b4fec2af7c
|
Merge pull request #34065 from Avogar/msgpack
Support UUID in MsgPack format
|
2022-02-08 11:42:17 +03:00 |
|
Maksim Kita
|
3c0572bb86
|
Merge pull request #34388 from DevTeamBK/Fix-clang-tidy
Fix clang tidy
|
2022-02-08 09:25:01 +01:00 |
|
Anton Popov
|
b21adb8e11
|
Merge pull request #34229 from evillique/parser
Add composability to casting and index operators
|
2022-02-08 03:17:00 +03:00 |
|
Maksim Kita
|
1c461e9ed1
|
Merge pull request #34349 from bigo-sg/format_parse_options
Add options for clickhouse-format.
|
2022-02-08 00:50:04 +01:00 |
|
alexey-milovidov
|
755c8084b1
|
Merge pull request #34125 from Avogar/table-from-literal
Add table function format(format_name, data)
|
2022-02-08 02:48:56 +03:00 |
|
alexey-milovidov
|
51c767d107
|
Merge pull request #34345 from ClickHouse/fix-wrong-engine-database-memory
Fix wrong engine in SHOW CREATE DATABASE with engine Memory #34225
|
2022-02-08 02:45:46 +03:00 |
|
alexey-milovidov
|
43ee8ddb5b
|
Merge pull request #34376 from CurtizJ/fix-reading-empty-arrays
Fix consecutive backward seeks in seekable read buffers
|
2022-02-08 02:27:57 +03:00 |
|
alexey-milovidov
|
274c5be64e
|
Merge pull request #34057 from Algunenano/i34053
Less flaky test_inconsistent_parts_if_drop_while_replica_not_active
|
2022-02-07 23:37:21 +03:00 |
|
Heena Bansal
|
909a681786
|
Merge branch 'ClickHouse:master' into Fix-clang-tidy
|
2022-02-07 14:29:22 -05:00 |
|
HeenaBansal2009
|
a73135ce59
|
updated .clang-tidy as per Alexey's Suggestion
|
2022-02-07 11:27:57 -08:00 |
|
zvonand
|
9456d89fad
|
Move current work from old laptop
skip-checks: true
|
2022-02-07 21:44:14 +03:00 |
|
Ivan Blinkov
|
82bb058838
|
[website] replace Bastian's photo (#34384)
* Add files via upload
* Add files via upload
|
2022-02-07 21:21:05 +03:00 |
|
Kruglov Pavel
|
4b5221a6aa
|
Merge pull request #34017 from Avogar/values-func
Add schema inference for values() table function.
|
2022-02-07 20:31:40 +03:00 |
|
Anton Popov
|
b633a916af
|
Merge pull request #34228 from CurtizJ/fix-subcolumns-with-dots
Fix reading of subcolumns with dots in their names
|
2022-02-07 19:01:33 +03:00 |
|
Kruglov Pavel
|
15d85682e8
|
Fix style
|
2022-02-07 18:29:22 +03:00 |
|
Kruglov Pavel
|
aa76bda415
|
Fix special build
|
2022-02-07 18:28:24 +03:00 |
|
Nikolay Degterinsky
|
5d4591adaa
|
Better test
|
2022-02-07 15:02:19 +00:00 |
|
avogar
|
a4c7ecde87
|
Make better
|
2022-02-07 17:51:26 +03:00 |
|
Anton Popov
|
d32d6453d3
|
Update BufferBase.h
|
2022-02-07 17:49:53 +03:00 |
|
Nikolay Degterinsky
|
ee67071201
|
Merge pull request #34365 from DevTeamBK/Fix-clang-tidy
Fix clang-tidy issue
|
2022-02-07 17:48:28 +03:00 |
|
Nikolay Degterinsky
|
0e54e724e3
|
Merge pull request #34366 from cnmade/PF202202071430
Translate zh/engines/table-engines/hive: update index and sync hive …
|
2022-02-07 17:45:29 +03:00 |
|
Anton Popov
|
1b16db72c3
|
fix consecutive backward seeks in seekable read buffers
|
2022-02-07 17:20:26 +03:00 |
|
avogar
|
c3d30fd502
|
Fix comments
|
2022-02-07 17:11:44 +03:00 |
|
Kruglov Pavel
|
34a17075d3
|
FIx error messages
|
2022-02-07 17:11:44 +03:00 |
|
avogar
|
77b42bb9ff
|
Support UUID in MsgPack format
|
2022-02-07 17:11:44 +03:00 |
|
Nikolay Degterinsky
|
6608c69775
|
Merge pull request #34360 from cnmade/PF202202071031
Translate zh/engines/database-engines/sqlite
|
2022-02-07 16:24:17 +03:00 |
|
avogar
|
a78187f37b
|
Fix
|
2022-02-07 16:23:32 +03:00 |
|
avogar
|
85e1c4595f
|
Fix tests
|
2022-02-07 16:17:01 +03:00 |
|
avogar
|
8a196a553c
|
Fix style
|
2022-02-07 16:11:33 +03:00 |
|
avogar
|
bc95f2d313
|
Remove commented line
|
2022-02-07 16:11:33 +03:00 |
|
avogar
|
1f63cea082
|
Add schema inference for values() table function
|
2022-02-07 16:11:33 +03:00 |
|
tesw yew isal
|
fe4b73ec4b
|
Translate zh/engines/database-engines/sqlite: true is not need
|
2022-02-07 21:00:46 +08:00 |
|
cnmade
|
c3d7f021e2
|
Update docs/zh/engines/table-engines/integrations/hive.md
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
|
2022-02-07 20:55:31 +08:00 |
|
tesw yew isal
|
8d8ff05fba
|
Translate zh/engines/database-engines/sqlite: fix symbol
|
2022-02-07 20:54:22 +08:00 |
|
avogar
|
4fa05cf07e
|
Fix style and test
|
2022-02-07 14:31:21 +03:00 |
|
avogar
|
67ea3eeb14
|
Fix
|
2022-02-07 14:16:32 +03:00 |
|
avogar
|
975ba9146f
|
Fix tests naming, remove code duplication
|
2022-02-07 14:12:19 +03:00 |
|