Commit Graph

107082 Commits

Author SHA1 Message Date
Arthur Passos
296a19129b alphanumeric as key start 2023-02-06 10:56:01 -03:00
Arthur Passos
65188a565f Remove state from Extractor. It's usually a bad idea that bites us in the future, it did. 2023-02-06 10:56:01 -03:00
Arthur Passos
89ece4ab6d escp 2023-02-06 10:56:01 -03:00
Arthur Passos
421c842a87 fix escape function 2023-02-06 10:56:01 -03:00
Arthur Passos
1104f218aa fix escape function 2023-02-06 10:56:01 -03:00
Arthur Passos
51e71bd10e move to object libs 2023-02-06 10:56:01 -03:00
Arthur Passos
5c631ff811 sort output to make reference files more reliable 2023-02-06 10:56:01 -03:00
Arthur Passos
304c1531c1 add control characters validation 2023-02-06 10:56:01 -03:00
Arthur Passos
ace23bacbc address comments 2023-02-06 10:56:01 -03:00
Arthur Passos
7f8d51f73e style 2023-02-06 10:56:01 -03:00
Arthur Passos
383e9264b7 improve lib cmakefiles, add state docs and minor changes 2023-02-06 10:56:01 -03:00
Arthur Passos
e1c6d15714 remove redundant base class constructor call 2023-02-06 10:56:01 -03:00
Arthur Passos
252fdcaf36 remove double whitespaces to make style happy 2023-02-06 10:56:01 -03:00
Arthur Passos
4c1d9fa177 improve docs 2023-02-06 10:56:01 -03:00
Arthur Passos
b54f82b483 throw exception on no arguments 2023-02-06 10:56:01 -03:00
Arthur Passos
1d48eaeae5 yet another loremipsum 2023-02-06 10:56:01 -03:00
Arthur Passos
a34b853e1a add en lorem ipsum docs to get a build in CI 2023-02-06 10:56:01 -03:00
Arthur Passos
3430b806de style 2023-02-06 10:56:01 -03:00
Arthur Passos
2a43f9315d add tests 2023-02-06 10:56:01 -03:00
Arthur Passos
c6fbec5d6a fix typo and remove double whitespaces from test strings just to make formatter happy 2023-02-06 10:56:01 -03:00
Arthur Passos
1b703d38a5 formatting 2023-02-06 10:56:01 -03:00
Arthur Passos
c303f644f7 formatting challenge 2023-02-06 10:56:01 -03:00
Arthur Passos
afbb4dd138 hopefully I reformatted everything 2023-02-06 10:56:01 -03:00
Arthur Passos
1910377be5 fix tests 2023-02-06 10:56:01 -03:00
Arthur Passos
07a589c63f finish renaming to extractkeyvaluepairs 2023-02-06 10:56:01 -03:00
Arthur Passos
10c24c560e rename to exrtactKeyValue and improve code 2023-02-06 10:56:01 -03:00
Arthur Passos
85d1d9ab61 first test, big file 2023-02-06 10:56:00 -03:00
Arthur Passos
ed032f6440 Make KeyValuePairExtractor response generic and introduce no-op escaping processor 2023-02-06 10:56:00 -03:00
Arthur Passos
ce23a7ad9a reduce state management in lazyescapingkvpextractor by keeping part of it in state handlers 2023-02-06 10:56:00 -03:00
Arthur Passos
08c33f4766 rename methods 2023-02-06 10:56:00 -03:00
Arthur Passos
e6b97c4f85 small change 2023-02-06 10:56:00 -03:00
Arthur Passos
4fbf7177a6 add tests & incorporate ch replace function 2023-02-06 10:56:00 -03:00
Arthur Passos
c4a0993ac0 progress 2023-02-06 10:56:00 -03:00
Arthur Passos
06a6426bae progress 2023-02-06 10:56:00 -03:00
Arthur Passos
857a64c08d progress 2023-02-06 10:56:00 -03:00
Arthur Passos
61b3b244b8 Move everything to DB namespace 2023-02-06 10:56:00 -03:00
Arthur Passos
c49abad441 add value allowlist 2023-02-06 10:56:00 -03:00
Arthur Passos
30ff98d511 tmp commit 2023-02-06 10:56:00 -03:00
Kseniia Sumarokova
38c001ca42
Merge pull request #45957 from xiedeyantu/s3_file_not_found
Throw an error on no files satisfying S3 wildcard
2023-02-06 12:32:12 +01:00
alesapin
d50d442c7a
Merge pull request #46036 from ClickHouse/keeper-systemd
Add checks for installable packages to workflows
2023-02-06 12:29:14 +01:00
Alexander Gololobov
a784750e66
Merge pull request #45949 from bigo-sg/improve_decimal
Improve performance of ColumnArray::filter/replicate  for big int and decimal
2023-02-06 12:27:19 +01:00
Alexander Gololobov
d18364476d
Merge pull request #46047 from azat/system.processes-elapsed-fix
Fix elapsed column in system.processes (10x error)
2023-02-06 12:26:05 +01:00
Vladimir C
5686703e79
Merge pull request #46053 from ucasfl/json-columns
Closes https://github.com/ClickHouse/ClickHouse/issues/46024
2023-02-06 12:22:13 +01:00
Robert Schulze
fa131edba5
Merge pull request #46057 from k-morozov/refactoring/multiversion-atomic-functions
MultiVersion: change mutex to lock-free
2023-02-06 11:55:27 +01:00
Vladimir C
e3712bb2c6
Merge pull request #45961 from ClickHouse/vdimir/sparkbar-fix 2023-02-06 11:52:15 +01:00
Maksim Kita
083732c5d6
Merge pull request #46011 from kitaisreal/analyzer-limit-offset-test-rename
Analyzer limit offset test rename
2023-02-06 12:45:33 +03:00
Antonio Andelic
61ddae6c2f
Merge pull request #46041 from azat/ci/improve-integration-sanitizer-report
Dump sanitizer errors in the integration tests logs
2023-02-06 09:42:26 +01:00
Antonio Andelic
94309db1af
Merge pull request #46000 from azat/fuzzy-search-case
Use "exact" matching for fuzzy search
2023-02-06 09:14:40 +01:00
李扬
444373679a
Merge branch 'master' into improve_decimal 2023-02-06 13:08:51 +08:00
Kseniia Sumarokova
c4f4a1db35
Merge pull request #46052 from ClickHouse/kssenii-patch-6
Temporarily disable one rabbitmq flaky test
2023-02-05 22:33:05 +01:00