DanRoscigno
c8f9af1afa
start renaming
2022-11-02 15:47:11 -04:00
Dan Roscigno
0c21434ec7
Merge pull request #42903 from CamiloSierraH/patch-1
...
range hashed missing parameters on query + example
2022-11-02 14:05:08 -04:00
Dan Roscigno
c2749a8971
Merge pull request #42902 from ClickHouse/DanRoscigno-patch-2
...
Update projection.md
2022-11-02 10:47:03 -04:00
Camilo Sierra
b6d84ef5fa
range hashed missing parameters
...
On the query we have missing two options:
- `LIFETIME` Is not on the example if you copy paste you will have an Exception `DB::Exception: Cannot create dictionary with empty lifetime.`
- `SOURCE` was not mentioned and it's important to link to the main/source table.
- There was an error on the `dictGetT` function there was an additional T this function do not exist (I have tested and we need to use `dictGet`).
- Also in the Dictionary example we have no extra attribute other than the id and the two dates, and for running the queries and the `dicGet` function you need an additional attribute this is why I have added `advertiser_id` (BTW I use advertiser_id as this was use in the example just before) and also add one example, without the example it was not easy to understand what was the 'attr_name' mentioned before.
- I add an example as an user did not knew how to cast the date to a Uint64 (Because most of the time the original/raw dates are defined on the range as Date64, so this example will explain them how to cast when doing the query)
2022-11-02 15:43:57 +01:00
Dan Roscigno
4c77987bf8
Update projection.md
...
Experiment with Algolia search
2022-11-02 10:41:55 -04:00
Kruglov Pavel
38124b6533
Merge pull request #42780 from Avogar/parallel-parsing
...
Support parallel parsing for LineAsString input format
2022-11-02 13:21:53 +01:00
Robert Schulze
8ec4c77352
Merge pull request #42855 from GoGoWen/fix_typo
...
Fix typo
2022-11-02 12:54:52 +01:00
alesapin
8965ac2dfe
Merge pull request #42625 from ClickHouse/DanRoscigno-patch-2
...
Update Fedora build info
2022-11-02 12:32:02 +01:00
Vladimir C
f489359b49
Merge pull request #42857 from ClickHouse/vdimir/fix_datediff_date32
2022-11-02 11:58:54 +01:00
vdimir
40314e9030
Add timezone to 02458_datediff_date32
2022-11-02 11:58:18 +01:00
Sema Checherinda
50951ea0e0
Merge pull request #42862 from ClickHouse/workflow-names
...
Adjust cancel and rerun workflow names to the actual
2022-11-02 11:05:13 +01:00
Sema Checherinda
cf830e5a08
Merge pull request #42886 from holadepo/patch-2
...
Fix minor typos in intersect statement documentation
2022-11-02 10:55:12 +01:00
Habibullah Oladepo
ba34ad37d1
Fix minor typos in intersect statement documentation
2022-11-02 08:02:01 +01:00
Dan Roscigno
96223b3b8b
Merge pull request #42877 from DanRoscigno/update-update-docs
...
rename update file as it is included in Manage > Updates
2022-11-01 16:37:31 -04:00
Dan Roscigno
eafcc23240
Merge branch 'master' into update-update-docs
2022-11-01 16:27:46 -04:00
DanRoscigno
32e1c3b1e6
rename update file as it is included in Manage > Updates
2022-11-01 16:25:54 -04:00
Dan Roscigno
a482659b9c
Merge pull request #42875 from ClickHouse/DanRoscigno-patch-4
...
Add link to docs repo contrib writing guide
2022-11-01 16:21:47 -04:00
Dan Roscigno
62428989b4
Add link to docs repo contrib writing guide
2022-11-01 14:06:42 -04:00
Mikhail f. Shiryaev
6bd98d7b9d
Merge pull request #42871 from ClickHouse/auto/v22.10.2.11-stable
...
Update version_date.tsv and changelogs after v22.10.2.11-stable
2022-11-01 18:56:13 +01:00
Dan Roscigno
4b2a1e2b1c
Merge pull request #42873 from DanRoscigno/update-UDF-docs
...
add to page title for search
2022-11-01 13:10:45 -04:00
Vitaly Baranov
53ae7aba9a
Merge pull request #42628 from azat/s3-plain-fixes
...
Implement ATTACH of MergeTree table for s3_plain disk
2022-11-01 18:00:46 +01:00
DanRoscigno
e5f9c65590
add to page title for search
2022-11-01 12:56:41 -04:00
Yakov Olkhovskiy
16159cc7a9
Merge pull request #42412 from ClibMouse/formatIpv6_s390x_support
...
format ipv6 in s390x, endianess support
2022-11-01 12:02:44 -04:00
robot-clickhouse
fc1ae1d99d
Update version_date.tsv and changelogs after v22.10.2.11-stable
2022-11-01 15:50:38 +00:00
Dan Roscigno
6d855755ef
Merge pull request #42844 from i94rain/fix-broken-links
...
Fix broken links in system tables docs
2022-11-01 11:47:26 -04:00
Alexey Milovidov
48dcae0bd2
Merge pull request #42834 from ClickHouse/snyk-exclusion
...
Add exclusions from the Snyk scan
2022-11-01 16:12:28 +01:00
Anton Popov
88674ef964
Merge pull request #42794 from CurtizJ/better-code-in-check-part
...
Slightly better code with projections
2022-11-01 16:05:27 +01:00
Anton Popov
876dca48da
Merge pull request #36969 from CurtizJ/dynamic-columns-14
...
Support `Object` type inside other types
2022-11-01 15:20:02 +01:00
Kruglov Pavel
c3a7211c1c
Merge pull request #41502 from marcioapm/coercing-json-extract
...
Add coercing in JSONExtract
2022-11-01 14:52:41 +01:00
Mikhail f. Shiryaev
09b320f9a1
Merge pull request #42643 from peter279k/add_deb_migration
...
Migration method for installing the deb-packages
2022-11-01 14:46:45 +01:00
Mikhail f. Shiryaev
3f424de022
Adjust cancel and rerun workflow names to the actual
2022-11-01 14:26:06 +01:00
Kruglov Pavel
7cbb534388
Merge pull request #42536 from ClickHouse/Avogar-patch-3
...
Fix typo in setting name that led to bad usage of schema inference cache
2022-11-01 14:03:47 +01:00
Kruglov Pavel
21d50f76ea
Merge pull request #41979 from Avogar/s3-cluster-schema-inference
...
Fix schema inference in s3Cluster and improve in hdfsCluster
2022-11-01 14:00:21 +01:00
Maksim Kita
aa1c7d0de4
Merge pull request #42824 from den-crane/tests/lambda_analyzer
...
Tests/lambda analyzer
2022-11-01 14:29:20 +03:00
Alexander Gololobov
f67f0183f6
Merge pull request #42812 from azat/utf8-fix-followup
...
Fix lowerUTF8()/upperUTF8() in case of symbol was in between 16-byte boundary
2022-11-01 12:01:00 +01:00
Maksim Kita
fe48a1ce7e
Merge pull request #42681 from kitaisreal/merge-tree-indexes-use-actions-dag
...
MergeTree indexes use ActionsDAG
2022-11-01 13:55:17 +03:00
Maksim Kita
27a72f096c
Merge pull request #42705 from kitaisreal/analyzer-small-improvements
...
Analyzer improve subqueries representation
2022-11-01 13:54:12 +03:00
Vladimir C
1a91312083
Merge pull request #42702 from ClickHouse/vdimir/pr-bufix-check-debug
2022-11-01 11:20:54 +01:00
vdimir
2060c2d9ac
Fix style
2022-11-01 11:20:10 +01:00
vdimir
fba8686db1
CheckLabels, StyleCheck for TestsBugfixCheck
2022-11-01 11:20:10 +01:00
vdimir
16032fd0b2
Revert "broke style in src/Interpreters/InterpreterSelectQuery.cpp"
...
This reverts commit 60e625918cd646c8b143d957709c56a0380fa6ab.
2022-11-01 11:20:10 +01:00
vdimir
e7e223ffc6
Revert "Add 02474_dummy.sql"
...
This reverts commit c2a8176716746364e559d61d8475407610cb3d3f.
2022-11-01 11:20:10 +01:00
vdimir
e83d61749a
update test bugfix report
2022-11-01 11:20:10 +01:00
vdimir
63b63da214
Update bugfix_validate_check.py
2022-11-01 11:20:10 +01:00
vdimir
bc78810f2c
Add 02474_dummy.sql
2022-11-01 11:20:10 +01:00
vdimir
1b32c7d212
Update bugfix_validate_check.py
2022-11-01 11:20:10 +01:00
vdimir
11a933b046
broke style in src/Interpreters/InterpreterSelectQuery.cpp
2022-11-01 11:20:10 +01:00
vdimir
c18838715d
Post status for test bugfix check
2022-11-01 11:20:10 +01:00
vdimir
9f5dcd14af
Request labels from gh api for validate bugfix check
2022-11-01 11:20:10 +01:00
vdimir
e0735e1e67
Debug TestBugfixCheck
2022-11-01 11:20:10 +01:00