Bhavna Jindal
|
464cdc4a91
|
fixed getReturnTypeImpl to accept only array argument
|
2023-11-21 06:52:48 -08:00 |
|
Bhavna Jindal
|
0843d5e890
|
added macro to enable/disable pocketfft lib
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
90df67a6b1
|
fix header file issue and added edge case handling
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
2c1cf7ed43
|
fix header file issue and added edge case handling
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
56a7fe6c86
|
fix header file issue and added edge case handling
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
ad99cb902f
|
changed method name, updated pocketfft repo reference
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
62d69946eb
|
Added testcases, documentation and addressed comments
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
3fa104ec11
|
format file
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
c4c12509ee
|
removed commented code and fixed a bug
|
2023-11-21 06:52:47 -08:00 |
|
Bhavna Jindal
|
2235adcae5
|
Implemented series periods detect method using pocketfft lib
|
2023-11-21 06:52:47 -08:00 |
|
Antonio Andelic
|
2ae32d3383
|
Update src/Functions/getClientHTTPHeader.cpp
|
2023-11-21 13:12:44 +01:00 |
|
凌涛
|
e86aa433c5
|
Merge branch 'master' into feature/getHTTPHeader
|
2023-11-21 19:48:47 +08:00 |
|
凌涛
|
5e581a9fa4
|
optimize code
|
2023-11-21 19:47:39 +08:00 |
|
Robert Schulze
|
6851c1dbbc
|
Suppress bs clang-tidy warning
|
2023-11-21 11:15:19 +00:00 |
|
Antonio Andelic
|
f996dac75d
|
Fix fuzzBits
|
2023-11-21 09:43:27 +00:00 |
|
凌涛
|
c5f16725ec
|
add function getClientHTTPHeader
|
2023-11-21 11:12:01 +08:00 |
|
slvrtrn
|
6d14350886
|
Allow to use any integer types with fromDaysSinceYearZero
|
2023-11-20 17:26:31 +01:00 |
|
slvrtrn
|
59c251bf88
|
Allow to use concat with a single argument
|
2023-11-20 16:17:31 +01:00 |
|
Alexey Milovidov
|
510ea1106d
|
Merge pull request #56423 from arthurpassos/56357_quotes_extract_kv
Add transition from reading key to reading quoted key when double quotes are found
|
2023-11-19 11:26:48 +01:00 |
|
Robert Schulze
|
7a994976e3
|
Merge pull request #56913 from rschu1ze/trydecodebase64-invalid-input
Fix `tryBase64Decode()` with invalid input
|
2023-11-18 18:07:13 +01:00 |
|
Robert Schulze
|
4353507724
|
Merge pull request #56540 from slvrtrn/concat-arbitrary-types
Support arguments of arbitary type in function `concat()`
|
2023-11-18 17:21:03 +01:00 |
|
slvrtrn
|
d504ad6e99
|
Merge remote-tracking branch 'origin' into concat-arbitrary-types
|
2023-11-17 13:45:12 +01:00 |
|
Raúl Marín
|
fc793fe31f
|
Merge pull request #56120 from kitaisreal/window-functions-decrease-amount-of-virtual-function-calls
WindowTransform decrease amount of virtual function calls
|
2023-11-17 13:24:38 +01:00 |
|
Robert Schulze
|
b2dc5ada6e
|
Fix tryDecodeBase64() with invalid input
|
2023-11-17 11:31:52 +00:00 |
|
Alexey Milovidov
|
482d8ca9d8
|
Merge pull request #56102 from ClickHouse/coverage
Granular code coverage with introspection
|
2023-11-16 23:23:40 +01:00 |
|
Raúl Marín
|
a0840d36af
|
Apply the same to arrayReduce
|
2023-11-16 12:48:27 +01:00 |
|
Raúl Marín
|
e53e723be8
|
Apply same improvement to initializeAggregation
|
2023-11-16 12:32:42 +01:00 |
|
Raúl Marín
|
5e087f1633
|
Merge pull request #56817 from Algunenano/transform_tsan
Fix TSAN report under transform
|
2023-11-16 11:03:13 +01:00 |
|
Raúl Marín
|
2508e91856
|
Fix TSAN race in transform
|
2023-11-15 23:10:25 +01:00 |
|
Robert Schulze
|
e2b25aab0c
|
Fixups, pt. II
|
2023-11-15 15:53:38 +00:00 |
|
Robert Schulze
|
0b45e4bfee
|
Merge remote-tracking branch 'ClickHouse/master' into concat-arbitrary-types
|
2023-11-15 15:44:36 +00:00 |
|
Robert Schulze
|
f21dd37d18
|
Some fixups
|
2023-11-15 15:43:41 +00:00 |
|
Antonio Andelic
|
5c4e58d27d
|
Try fix No user
|
2023-11-15 15:14:46 +00:00 |
|
slvrtrn
|
20cfe91ff9
|
Remove unused error codes
|
2023-11-15 15:21:19 +01:00 |
|
slvrtrn
|
0aaea6e51d
|
Fix ColumnConst serialization issues, more tests
|
2023-11-15 14:42:38 +01:00 |
|
slvrtrn
|
178d23b951
|
Concat with arbitrary types + tests
|
2023-11-15 13:53:52 +01:00 |
|
Arthur Passos
|
89f721b81b
|
Merge branch 'ClickHouse:master' into 56357_quotes_extract_kv
|
2023-11-15 09:06:59 -03:00 |
|
Raúl Marín
|
e67edb5488
|
Merge pull request #56597 from Algunenano/readd_sleep_message
Add "FunctionSleep exception message fix" again
|
2023-11-14 12:30:12 +01:00 |
|
Alexey Milovidov
|
3ef14f6098
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into coverage
|
2023-11-14 06:08:32 +01:00 |
|
Alexey Milovidov
|
c81cc3f953
|
Merge pull request #56660 from ClickHouse/better-ccache-2
Better use of build cache
|
2023-11-13 19:28:33 +01:00 |
|
Raúl Marín
|
6ce1ae36d3
|
Fix the fix
|
2023-11-13 10:56:49 +00:00 |
|
Alexey Milovidov
|
82c461031e
|
Fix build
|
2023-11-13 10:09:23 +01:00 |
|
Alexey Milovidov
|
a044c61c79
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into system-symbols
|
2023-11-13 03:27:37 +01:00 |
|
Alexey Milovidov
|
9ed47749de
|
Merge pull request #56644 from evillique/fix-cast-nullable-enum-to-string
Fix conversion from `Nullable(Enum)` to `Nullable(String)`
|
2023-11-13 02:48:34 +01:00 |
|
Nikolay Degterinsky
|
d3ac896131
|
Fix conversion from Nullable(Enum) to Nullable(String)
|
2023-11-12 19:02:42 +00:00 |
|
Alexey Milovidov
|
bdb35e1d4c
|
Merge branch 'remove-cpp-templates-2' into system-symbols
|
2023-11-11 04:26:10 +01:00 |
|
Alexey Milovidov
|
66d297ee47
|
Fix style
|
2023-11-11 04:25:49 +01:00 |
|
Alexey Milovidov
|
c94f4266fa
|
Merge branch 'remove-cpp-templates-2' into system-symbols
|
2023-11-11 04:12:44 +01:00 |
|
Alexey Milovidov
|
58319f08be
|
Merge branch 'master' into system-symbols
|
2023-11-11 04:12:37 +01:00 |
|
Alexey Milovidov
|
28bf977960
|
Fix test
|
2023-11-11 03:59:16 +01:00 |
|
Alexey Milovidov
|
2efe26eee9
|
Fix error and remove garbage
|
2023-11-11 03:38:46 +01:00 |
|
Alexey Milovidov
|
a90f3b14e8
|
Split FunctionsStringArray
|
2023-11-11 02:21:24 +01:00 |
|
Alexey Milovidov
|
3bec4dce8e
|
Merge branch 'master' into remove-cpp-templates-2
|
2023-11-11 00:50:32 +01:00 |
|
Raúl Marín
|
72fae1057d
|
Fix ubsan in sleep and add sanity checks
|
2023-11-10 17:24:41 +00:00 |
|
Raúl Marín
|
78f0a2a61d
|
Revert "Merge pull request #56591 from ClickHouse/revert-56500-function-sleep-exception-message-fix"
This reverts commit e8875d881d , reversing
changes made to a5b1474b6a .
|
2023-11-10 17:20:17 +00:00 |
|
Alexey Milovidov
|
21a814c20b
|
Revert "FunctionSleep exception message fix"
|
2023-11-10 18:53:56 +03:00 |
|
Robert Schulze
|
a5b1474b6a
|
Merge pull request #56586 from rschu1ze/toUnixTS-docs
Update docs of `fromUnixTimeStamp[InJodaSyntax]()`
|
2023-11-10 15:21:48 +01:00 |
|
Robert Schulze
|
82f5e92bf5
|
Update docs of fromUnixTimeStamp[InJodaSyntax]()
|
2023-11-10 11:11:42 +00:00 |
|
Alexey Milovidov
|
60a9974adc
|
Fix build
|
2023-11-10 05:34:29 +01:00 |
|
Alexey Milovidov
|
e5df9de12b
|
Merge branch 'remove-cpp-templates-2' into system-symbols
|
2023-11-10 05:28:45 +01:00 |
|
Alexey Milovidov
|
8c253b9e3e
|
Remove C++ templates
|
2023-11-10 05:25:02 +01:00 |
|
Arthur Passos
|
401c6cb763
|
Merge branch 'ClickHouse:master' into 56357_quotes_extract_kv
|
2023-11-09 14:56:04 -03:00 |
|
slvrtrn
|
124af73f1d
|
Add support of arbitrary types to concat
|
2023-11-09 17:54:45 +01:00 |
|
Maksim Kita
|
8b4619fd5f
|
FunctionSleep exception message fix
|
2023-11-09 19:40:37 +03:00 |
|
Alexey Milovidov
|
ad4a96ce0f
|
Fix tidy
|
2023-11-09 00:22:29 +01:00 |
|
Alexey Milovidov
|
68d3f60ef7
|
Merge branch 'master' into system-symbols
|
2023-11-08 17:07:11 +01:00 |
|
Robert Schulze
|
66800a334f
|
Fix darwin build
|
2023-11-07 19:44:23 +00:00 |
|
Alexey Milovidov
|
ca83da14f2
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into system-symbols
|
2023-11-07 19:43:19 +01:00 |
|
Arthur Passos
|
28ca29fda2
|
remove stale comment
|
2023-11-07 14:31:34 -03:00 |
|
Arthur Passos
|
e4400ec24c
|
add transition from reading key to reading quoted key when double quotes are found
|
2023-11-07 13:33:02 -03:00 |
|
Robert Schulze
|
fe5dc14ac7
|
Fix style
|
2023-11-07 15:27:41 +00:00 |
|
Robert Schulze
|
d8e8abc029
|
Fix build
|
2023-11-07 15:26:43 +00:00 |
|
Robert Schulze
|
86b8ebf71c
|
Merge remote-tracking branch 'rschu1ze/master' into arrayRandomSample-improved
|
2023-11-07 15:25:29 +00:00 |
|
Robert Schulze
|
3ca00fcdd5
|
Fix a bug that non-const array inputs would not work
CREATE TABLE tab (col Array(String)) ENGINE = MergeTree ORDER BY col;
INSERT INTO tab VALUES (['a', 'b', 'c']) (['d', 'e']) (['f', 'g', 'h']);
SELECT arrayRandomSample(col, 2) FROM tab;
Previous result:
['a', 'c']
['a', 'c']
['a', 'c']
Now:
['b', 'c']
['e', 'd']
['f', 'h']
|
2023-11-07 12:26:59 +00:00 |
|
Robert Schulze
|
e09f5961b1
|
Don't catch exceptions (loses the original stack)
|
2023-11-07 12:07:17 +00:00 |
|
Robert Schulze
|
7223d49b20
|
Cosmetics
|
2023-11-07 12:07:17 +00:00 |
|
Robert Schulze
|
54b5d573d7
|
Merge remote-tracking branch 'rschu1ze/master' into idatatype-convenience-functions
|
2023-11-07 10:18:30 +00:00 |
|
Robert Schulze
|
e22c673299
|
Revert "Revert "Add function arrayRandomSample() ""
This reverts commit e47e50e30d .
|
2023-11-07 10:16:13 +00:00 |
|
Alexey Milovidov
|
e47e50e30d
|
Revert "Add function arrayRandomSample() "
|
2023-11-07 02:49:11 +03:00 |
|
Alexey Milovidov
|
d01108a2b2
|
Fix tidy
|
2023-11-06 23:34:21 +01:00 |
|
Robert Schulze
|
8846cc6770
|
Merge pull request #56327 from rschu1ze/parseQueryOrNull
Improve `formatQuery()`
|
2023-11-06 22:48:16 +01:00 |
|
Alexey Milovidov
|
145c37f342
|
Fix tidy
|
2023-11-06 16:28:05 +01:00 |
|
Robert Schulze
|
8896134531
|
Cleanup IDataType convenience functions
|
2023-11-06 13:25:32 +00:00 |
|
vdimir
|
3b775dee53
|
Merge pull request #55126 from ClickHouse/vdimir/jaccard_index_perf
Add function jaccardIndex back with better performance
|
2023-11-06 10:39:02 +01:00 |
|
Robert Schulze
|
0ecbe54708
|
Ensure sufficient size in exceptionn case
|
2023-11-06 08:55:09 +00:00 |
|
Alexey Milovidov
|
c0e058178c
|
Fix error
|
2023-11-06 05:43:55 +01:00 |
|
Alexey Milovidov
|
1f058d6370
|
Fix style
|
2023-11-06 04:57:13 +01:00 |
|
Alexey Milovidov
|
0f9e7594e9
|
Remove useless header files
|
2023-11-06 04:09:28 +01:00 |
|
Alexey Milovidov
|
184e6f840e
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
|
Alexey Milovidov
|
a710ac6011
|
This is actually better
|
2023-11-06 03:00:03 +01:00 |
|
Alexey Milovidov
|
e85c695bcf
|
This is actually better
|
2023-11-06 02:57:26 +01:00 |
|
Alexey Milovidov
|
46af71ab7c
|
This is actually better
|
2023-11-06 02:36:09 +01:00 |
|
Alexey Milovidov
|
2d1351c3a6
|
Remove useless header
|
2023-11-06 01:34:06 +01:00 |
|
Alexey Milovidov
|
995e8a91e5
|
Remove fat symbols
|
2023-11-06 01:12:29 +01:00 |
|
Robert Schulze
|
8a64066ee1
|
+ formatQueryOrNull()
|
2023-11-05 20:24:23 +00:00 |
|
Robert Schulze
|
38e9793cd7
|
Fix junk in formatQuery()
|
2023-11-05 20:13:49 +00:00 |
|
Robert Schulze
|
60fa1c3d26
|
Cosmetics
|
2023-11-05 20:08:09 +00:00 |
|
Alexey Milovidov
|
cd94d02455
|
Merge branch 'master' into coverage
|
2023-11-04 21:49:59 +01:00 |
|
Robert Schulze
|
480e284db1
|
Merge pull request #56088 from jh0x/feature-from-days-zero
Add function `fromDaysSinceYearZero()`
|
2023-11-04 00:17:04 +01:00 |
|
Robert Schulze
|
a43647b4e0
|
Fix FastTest
|
2023-11-03 10:53:25 +00:00 |
|