Kseniia Sumarokova
|
c5c48e44ea
|
Merge branch 'master' into fix-mysql-timeouts
|
2022-08-29 19:33:29 +02:00 |
|
kssenii
|
0a6c4b9265
|
Fix
|
2022-08-29 16:20:53 +02:00 |
|
Alexey Milovidov
|
f518844f06
|
Merge pull request #40709 from ClickHouse/all_new_table_functions_must_be_documented
All new table functions must be documented
|
2022-08-28 17:05:20 +03:00 |
|
Alexey Milovidov
|
5b57c91ad6
|
Rename table function MeiliSearch to meilisearch
|
2022-08-28 02:08:51 +02:00 |
|
Alexey Milovidov
|
6139cc8f7a
|
Add Documentation to FunctionFactory
|
2022-08-27 22:06:57 +02:00 |
|
Alexey Milovidov
|
e7054debc1
|
Merge pull request #40649 from ClickHouse/embedded-documentation
A prototype for embedded documentation
|
2022-08-27 21:28:11 +03:00 |
|
Alexey Milovidov
|
6e564b18bf
|
Merge pull request #40600 from FrankChen021/check_url_arg
Validate the CompressionMethod parameter of URL table engine
|
2022-08-27 19:29:55 +03:00 |
|
Kseniia Sumarokova
|
4e5385298a
|
Update src/TableFunctions/TableFunctionURL.cpp
|
2022-08-26 14:22:29 +02:00 |
|
Alexey Milovidov
|
8afbfebd25
|
A prototype for embedded documentation
|
2022-08-26 03:41:52 +02:00 |
|
avogar
|
cef2972af4
|
Better format detection for url table function/engine
|
2022-08-25 18:31:06 +00:00 |
|
Frank Chen
|
ef49cacefe
|
Fix style
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
|
2022-08-25 20:32:22 +08:00 |
|
Frank Chen
|
c9ea4f9f77
|
Change compression_method from String to CompressionMethod
|
2022-08-25 19:18:04 +08:00 |
|
Alexey Milovidov
|
01700078d9
|
Merge branch 'master' into xdbc-constraints
|
2022-08-20 21:26:07 +03:00 |
|
Nikolai Kochetov
|
5a85531ef7
|
Merge pull request #38286 from Avogar/schema-inference-cache
Add schema inference cache for s3/hdfs/file/url
|
2022-08-18 13:07:50 +02:00 |
|
avogar
|
8dd54c043d
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into schema-inference-cache
|
2022-08-17 11:47:40 +00:00 |
|
avogar
|
e1ff996ec3
|
Allow to specify structure hints in schema inference
|
2022-08-16 09:46:57 +00:00 |
|
Constantine Peresypkin
|
b9d7cd6a5d
|
add settings for executable table func
SELECT * FROM executable('<script name>', '<format>', '<columns>', (SELECT * FROM table), SETTINGS max_command_execution_time=100, command_termination_timeout=100)
fixes #38908
|
2022-07-30 20:02:56 +02:00 |
|
Kruglov Pavel
|
3046cd6d29
|
Merge branch 'master' into schema-inference-cache
|
2022-07-20 13:30:42 +02:00 |
|
Vitaly Baranov
|
3eb847f449
|
Small correction.
|
2022-07-15 15:44:29 +02:00 |
|
Vitaly Baranov
|
9e70e02589
|
Table function null() & view() don't require CREATE TEMPORARY TABLE privilege anymore.
|
2022-07-15 15:44:29 +02:00 |
|
Vitaly Baranov
|
fbb2e14d54
|
Add new table function viewIfPermitted().
|
2022-07-15 15:44:29 +02:00 |
|
Kruglov Pavel
|
b38241b08a
|
Merge branch 'master' into schema-inference-cache
|
2022-07-14 12:29:54 +02:00 |
|
kssenii
|
f46d641440
|
Fix style check and black check
t:wq# Date: Tue Jul 12 14:02:09 2022 +0200
|
2022-07-12 16:29:11 +02:00 |
|
kssenii
|
dd7ca4995d
|
t p:wq
Small improvement
|
2022-07-11 22:05:48 +02:00 |
|
aaapetrenko
|
d950b9c965
|
add TableFunctionMongoDB and tests
|
2022-07-11 22:00:49 +02:00 |
|
Kruglov Pavel
|
ab67838c44
|
Merge pull request #38816 from Avogar/fix-values-func
Allow null modifier in columns declaration for table functions
|
2022-07-07 17:27:18 +02:00 |
|
Kseniia Sumarokova
|
a26643a7a6
|
Merge pull request #38363 from kssenii/pg-add-auto-close
Support `auto_close` option for postgres engine connection
|
2022-07-06 01:10:05 +02:00 |
|
avogar
|
3eb97313d8
|
Allow null modifier in columns declaration for table functions
|
2022-07-04 14:46:10 +00:00 |
|
avogar
|
344ddc6e7d
|
Fix tests
|
2022-06-27 13:55:51 +00:00 |
|
kssenii
|
2c5aeaaa1a
|
Add auto close for postgres connection
|
2022-06-27 13:46:52 +02:00 |
|
Kruglov Pavel
|
86e8f31ad4
|
Merge branch 'master' into schema-inference-cache
|
2022-06-24 16:10:25 +02:00 |
|
avogar
|
8f53d6634e
|
Fix Hive table function
|
2022-06-23 20:10:03 +00:00 |
|
avogar
|
59c1c472cb
|
Better exception messages on wrong table engines/functions argument types
|
2022-06-23 20:04:06 +00:00 |
|
kssenii
|
0acc95fe22
|
Review fixes
|
2022-06-22 16:55:47 +02:00 |
|
avogar
|
d37ad2e6de
|
Implement cache for schema inference for file/s3/hdfs/url
|
2022-06-21 13:02:48 +00:00 |
|
kssenii
|
4656dd3de3
|
Headers for url in ast
|
2022-06-21 14:25:05 +02:00 |
|
Nikita Mikhaylov
|
fe477355df
|
Added support for schema inference for hdfsCluster [2] (#35812)
|
2022-06-03 15:54:29 +02:00 |
|
Nikolai Kochetov
|
1b85f2c1d6
|
Merge branch 'master' into refactor-read-metrics-and-callbacks
|
2022-05-25 16:27:40 +02:00 |
|
Nikolai Kochetov
|
333fd09dbf
|
Fixing build.
|
2022-05-24 19:29:00 +00:00 |
|
Kseniia Sumarokova
|
94683786dc
|
Merge branch 'master' into MeiliSearch
|
2022-05-16 22:42:09 +02:00 |
|
Mikhail Artemenko
|
535b3ea686
|
refactor code & change exception numbers
|
2022-05-16 16:13:05 +03:00 |
|
Mikhail Artemenko
|
12717f2417
|
fix <Breaking changes> in Meilisearch v0.27.0
|
2022-05-12 16:51:00 +03:00 |
|
Mikhail Artemenko
|
031aca593d
|
fix after merge
|
2022-05-12 01:42:34 +03:00 |
|
Kruglov Pavel
|
af3db5a992
|
Merge pull request #36726 from PolyProgrammist/s3clustermacro
Handle cluster macro in s3Cluster table function
|
2022-05-11 18:00:57 +02:00 |
|
mergify[bot]
|
0e2a86dcee
|
Merge branch 'master' into MeiliSearch
|
2022-05-11 08:49:19 +00:00 |
|
Robert Schulze
|
e583099158
|
Fix build, pt. V
|
2022-05-04 15:50:52 +02:00 |
|
Robert Schulze
|
5dc06e6537
|
Fix build, pt. IV
|
2022-05-04 12:01:29 +02:00 |
|
Robert Schulze
|
4d6fb6dbaf
|
Fix build
|
2022-05-04 08:35:35 +02:00 |
|
mergify[bot]
|
64084b5e32
|
Merge branch 'master' into shared_ptr_helper3
|
2022-05-03 20:46:16 +00:00 |
|
Kruglov Pavel
|
fd980e6840
|
Merge pull request #36562 from wuxiaobai24/file_descriptor
allow file descriptor in table function file()
|
2022-05-02 13:25:13 +02:00 |
|