Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Druid Success]Test 5383 druid #15

Merged
merged 139 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
139 commits
Select commit Hold shift + click to select a range
1bce280
[CALCITE-5081] Group keys of Aggregate are wrongly changed during dec…
libenchao Apr 24, 2022
4ce9157
[CALCITE-5142] Upgrade Calcite to Avatica 1.21.0
libenchao May 8, 2022
664e249
[CALCITE-5137] EnumerableUncollect throws NPE if input has ((List) null)
dssysolyatin May 7, 2022
c5d45cb
[CALCITE-5149] Refine RelMdColumnUniqueness for Aggregate by consider…
chunweilei May 12, 2022
dc2e1af
[CALCITE-5061] Improve recursive application of the field trimming
rubenada May 13, 2022
7c1e274
[CALCITE-5089] Allow GROUP BY ALL or DISTINCT set quantifier on GROUP…
Apr 13, 2022
acf82f7
[CALCITE-3890] Derive IS NOT NULL filter for the inputs of inner join
chunweilei May 9, 2022
3feb0ad
[CALCITE-5165] Improve javadoc
May 22, 2022
2d92e2a
[CALCITE-5118] SqlDatePartFunction#rewriteCall should check operands …
libenchao Apr 27, 2022
9bdfd9a
[CALCITE-5166] Method accept(RelShuttle) is not overridden in Logical…
rkondakov May 22, 2022
52c9b78
[CALCITE-5163] MysqlSqlDialect support to unparse LISTAGG aggregate f…
wojustme May 20, 2022
4969b96
[CALCITE-5073] JoinConditionPushRule cannot infer 'LHS.C1 = LHS.C2' f…
libenchao Apr 1, 2022
b0cb7c0
Site: Add Chunwei Lei and Vladimir Ozerov as PMC members
F21 May 28, 2022
f278efb
[CALCITE-5162] RelMdUniqueKeys can return more precise unique keys fo…
chunweilei May 20, 2022
a5af806
[CALCITE-5170] Assertion error on range distribution creation
rkondakov May 29, 2022
0f666b3
[CALCITE-5153] Create an immutable version of ListSqlOperatorTable
julianhyde May 13, 2022
231008a
[CALCITE-5171] NATURAL join and USING should fail if join columns are…
julianhyde May 29, 2022
63a1512
[CALCITE-35] Support parsing parenthesized joins
julianhyde May 16, 2022
4a41144
[CALCITE-5150] Parser should parse subquery with order by inside arra…
dssysolyatin May 12, 2022
f7aa27e
[CALCITE-4913] Deduplicate correlated variables in SELECT clause
korlov42 Jun 3, 2022
9d6838a
[CALCITE-5086] SQL parser should allow OFFSET to occur before LIMIT
Apr 7, 2022
4659479
[CALCITE-5147] Allow DATE, TIME, TIMESTAMP, INTERVAL literals in BigQ…
wenruimeng May 31, 2022
a9aea93
[CALCITE-4907] JDBC adapter cannot push down join ON TRUE (cartesian …
francesco-gini88 Nov 28, 2021
c4cc0bf
Fix typo in comments
chunweilei May 23, 2022
e84a476
[CALCITE-5179] In RelToSqlConverter, AssertionError for values with m…
JiajunBernoulli Jun 4, 2022
75d064f
[CALCITE-5143] Allow custom time unit abbreviations in FLOOR, CEIL, E…
JiajunBernoulli May 12, 2022
b0b3e3e
[CALCITE-5177] Query loses hint after decorrelation
rubenada Jun 7, 2022
d1cf4a3
[CALCITE-4448] Use TableMacro user-defined table functions with Query…
vvysotskyi Dec 27, 2020
e64a21e
[CALCITE-5169] 'xx < 1 OR xx > 1' cannot be simplified to 'xx <> 1'
libenchao May 29, 2022
de41df4
[CALCITE-5134] Queries with subquery inside select list does not work…
libenchao May 5, 2022
1226d1a
[CALCITE-5191] Allow ORDER BY alias in BigQuery
wenruimeng Jun 14, 2022
2584f03
Remove unreachable condition in CsvTableScan
henneberger Jun 14, 2022
0ae6549
Remove other instance of JsonTable
henneberger Jun 14, 2022
c887504
[CALCITE-5157] Query that applies dot operator (field access) to pare…
May 17, 2022
9a102e7
[CALCITE-4897] Implicit type conversion is not complete for set opera…
JiajunBernoulli Nov 20, 2021
4a01c99
[CALCITE-5177] Query loses hint after decorrelation (minor follow-up)
rubenada Jun 13, 2022
b2fb233
[CALCITE-5013] Unparse SqlSetOperator should be retained parentheses …
JiajunBernoulli Feb 19, 2022
94dc303
[CALCITE-5196] Bump apiguardian to 1.1.2
snuyanzin Jun 23, 2022
300f520
[CALCITE-5195] ArrayIndexOutOfBoundsException when inferring more equ…
chunweilei Jun 22, 2022
44082a0
[CALCITE-5045] Alias within GroupingSets throws type mis-match except…
Jun 24, 2022
0360578
[CALCITE-4746] PIVOT with aggregate and no without alias fails in Bab…
JiajunBernoulli Jun 25, 2022
724eb03
Site: Add Benchao Li as committer
libenchao Jul 5, 2022
85a6ecd
[CALCITE-5206] Parser allows MERGE with mismatched parentheses
julianhyde Jul 10, 2022
515f335
Refactor parser
julianhyde Jul 8, 2022
d40b55c
[CALCITE-5194] Cannot parse parenthesized UNION in FROM
julianhyde Jun 23, 2022
7e38304
Site: Outline process for becoming Calcite committer by request
zabetak Jul 5, 2022
8d8b0b1
[CALCITE-4865] Allow table functions to be polymorphic
beyond1920 Nov 11, 2021
9bdd261
Site: Add Jing Zhang as committer
beyond1920 Jul 18, 2022
657a3d3
[CALCITE-5221] Upgrade Avatica version to 1.22.0
zabetak Jul 28, 2022
1f07b52
[CALCITE-5096] Increase gradle build heap size from 512m to 1g
asereda-gs Jul 21, 2022
86d1bf4
[CALCITE-5096] Release Calcite 1.31.0
asereda-gs Jul 20, 2022
8582c66
[CALCITE-5096] Release announcement for Calcite 1.31
asereda-gs Aug 2, 2022
edda77a
Prepare for next development iteration
asereda-gs Aug 3, 2022
ec903d6
Site: fixing checkstyle violation for Calcite 1.31 release note
asolimando Aug 3, 2022
35eb99f
[CALCITE-5178] Single column with ROW type generates wrong plan
libenchao Jun 26, 2022
0e57722
[CALCITE-5192] CodeGenerationBenchmark throws IllegalStateException
libenchao Jun 15, 2022
257c81b
Site: Fix 1.31.0 release date to 2022-08-22 (was 2022-08-22)
asereda-gs Aug 5, 2022
3731206
[CALCITE-4802] Babel parser doesn't parse IF(condition, then, else) s…
JiajunBernoulli Jun 18, 2022
7e0057e
[CALCITE-4223] Metadata handlers for TableScan should see whether the…
chunweilei May 18, 2022
5990904
[CALCITE-5092] Update site/README.md about how to release the site
libenchao Aug 5, 2022
966ec17
Site: Change sereda's role from Committer to PMC
asereda-gs Aug 11, 2022
87cf4b1
[CALCITE-5232] Upgrade protobuf-java from 3.17.1 to 3.21.5
julianhyde Aug 11, 2022
d063b08
Remove redundant `the` in java doc
strongduanmu Aug 8, 2022
7de37ae
[CALCITE-5201] Improve SemiJoinRule to match Join's right input which…
libenchao Jul 3, 2022
e2f949d
[CALCITE-5126] Implicit column alias for single-column UNNEST should …
dssysolyatin May 2, 2022
3d39fdc
[CALCITE-5243] `SELECT NULL AS C` causes NoSuchMethodException: java.…
l4wei Aug 27, 2022
71e30e2
[CALCITE-4999] ARRAY, MULTISET functions should return a collection o…
dssysolyatin Aug 29, 2022
fe14559
[CALCITE-5247] FilterJoinRule cannot simplify left join to inner join…
Aug 27, 2022
250d13c
[CALCITE-4294] Use JTS and proj4j rather than ESRI as the underlying …
bchapuis Aug 21, 2022
df8ee28
Add tests for correlated CTEs
julianhyde Sep 7, 2022
ba80b91
[CALCITE-5263] Improve XmlFunctions by using an XML DocumentBuilder
rubenada Sep 3, 2022
baeecc8
[CALCITE-5251] Support SQL hint for Snapshot
flink-sql Aug 29, 2022
6302e6f
[CALCITE-5277] Make EnumerableRelImplementor stashedParameters order …
rubenada Sep 8, 2022
d20fd09
[CALCITE-5274] Improve DocumentBuilderFactory in DiffRepository test …
rubenada Sep 8, 2022
89c940c
[CALCITE-5241] Implement CHAR function for MySQL and Spark, also JDBC…
JiajunBernoulli Aug 21, 2022
1167b12
[CALCITE-5270] JDBC adapter should not generate 'FILTER (WHERE)' in F…
thomasbanghart Sep 7, 2022
479afa6
[CALCITE-5278] Upgrade Janino from 3.1.6 to 3.1.8
julianhyde Sep 8, 2022
2624925
[CALCITE-5262] Add many spatial functions, including support for WKB …
bchapuis Sep 3, 2022
57aafa3
Cosmetic changes to release notes
julianhyde Sep 8, 2022
413eded
[CALCITE-5275] Release Calcite 1.32.0
julianhyde Sep 8, 2022
f72f2a4
Prepare for next development iteration
julianhyde Sep 10, 2022
e41555f
Oops, missed a contributor
julianhyde Sep 11, 2022
e46dfc6
[CALCITE-5287] SQL reference page is missing from website
zabetak Sep 16, 2022
6568a11
[CALCITE-3129] Update site/README.md about how to release the site
libenchao Sep 15, 2022
4805478
[CALCITE-5267] Remove unused variable 'newCasts' in AggregateCaseToFi…
zhuwenzhuang Sep 6, 2022
f8dd80f
[CALCITE-5293] Support general set operators in PruneEmptyRules
kasakrisz Sep 20, 2022
7b8b2b9
[CALCITE-4972] Subfields of array columns containing structs are not …
DeaconDesperado Jan 7, 2022
457927a
[CALCITE-5294] Prune the null-generating side of an outer join if it …
kasakrisz Sep 21, 2022
abb4cf0
[CALCITE-5291] Make lexical policy for BigQuery case-insensitive
tjbanghart Sep 20, 2022
9795a77
Add tests for [CALCITE-5180] Implement BigQuery functions for DATE, T…
julianhyde Jun 4, 2022
a505b25
[CALCITE-5269] Implement BigQuery TIME_TRUNC and TIMESTAMP_TRUNC func…
tjbanghart Sep 19, 2022
eef1796
[CALCITE-5297] Casting dynamic variable twice throws exception
dssysolyatin Sep 23, 2022
9e59a13
[CALCITE-5288] '(a > 5 and a < 15) or (a > 10 and a < 20)' should be …
alex-plekhanov Sep 19, 2022
b16df01
[CALCITE-5265] JDBC adapter sometimes adds unnecessary parentheses ar…
l4wei Sep 17, 2022
765bec4
[CALCITE-5276] Implicitly convert CHAR and VARCHAR values to GEOMETRY
bchapuis Sep 11, 2022
3a38ebf
[CALCITE-5286] Join with parameterized LIMIT throws AssertionError "n…
JiajunBernoulli Sep 19, 2022
c2407f5
[CALCITE-1045][CALCITE-5127] Support correlation variables in project
libenchao May 22, 2022
ab296ac
[CALCITE-5253] NATURAL join and USING should fail if join columns are…
zstan Aug 30, 2022
4ef9ffe
[CALCITE-4186] Add ST_CoveredBy spatial function
bchapuis Oct 3, 2022
5bbbd18
[CALCITE-5296] In a query with ROLLUP, validator wrongly infers that …
wojustme Sep 23, 2022
2c30a56
[CALCITE-5306] Remove JDK15/16 EOL non-LTS JDKs in CI
asolimando Oct 4, 2022
2ddf14e
[CALCITE-5337] UnionPullUpConstantsRule produces an invalid plan when…
asolimando Oct 18, 2022
0b2b75c
[CALCITE-5326] SqlMerge#unparse generate extra parentheses for values…
clesaec Oct 12, 2022
f8c33df
[CALCITE-5305] Support character literals with C-style escapes
dssysolyatin Sep 30, 2022
a175193
Updated javadoc instructions to regenerate RelOptRulesTest.xml replac…
asolimando Oct 19, 2022
27592e5
[CALCITE-5338] In Avatica's DateTimeUtils, replace floorDiv and floor…
julianhyde Oct 19, 2022
2111074
[CALCITE-5339] Use Method#getParameterCount rather than Method#getPar…
snuyanzin Oct 19, 2022
2feb16a
[CALCITE-5264] HintStrategy rule exclusion does not match innermost rels
Sep 8, 2022
040e85a
[CALCITE-4632] SARG datatype should be less restictive than any of th…
abhishek-das-gupta Jul 8, 2022
5d771d8
[MINOR][JAVADOC] Add default catalog link to test fixtures
JiajunBernoulli Oct 22, 2022
defea67
[CALCITE-5299] JDBC adapter sometimes adds unnecessary parentheses ar…
l4wei Oct 14, 2022
1e3c521
[CALCITE-5197] Bump gradle to 7.4.2
snuyanzin Jun 23, 2022
1572012
[CALCITE-5344] Migrate Travis CI and AppVeyor configuration to Github…
F21 Oct 25, 2022
f0c6cd5
[CALCITE-5340] Tests should fail when actual and expected XML referen…
asolimando Oct 21, 2022
c945b7f
[CALCITE-5314] Prune empty parts of a query by exploiting stats/metadata
HanumathRao Oct 9, 2022
bba9176
[CALCITE-4804] Support Snapshot operator serialization and deserizali…
JiajunBernoulli Oct 30, 2022
92d4beb
[CALCITE-5351] Upgrade jackson databind to 2.13.4.2 and jackson to 2.…
snuyanzin Oct 30, 2022
b36e4a4
[CALCITE-5355] Use the Presto SQL dialect for AWS Athena
jnturton Oct 31, 2022
d3dbd3d
[CALCITE-5252] JDBC adapter sometimes misses parentheses around Query…
l4wei Sep 17, 2022
43db14c
[CALCITE-4982] Do not push 'cast to not null' through Join in Project…
wojustme Jan 10, 2022
156a509
Use JDK 17 as default javadoc root
julianhyde Apr 26, 2022
4220487
Refactor tests to allow testing custom type systems
julianhyde Sep 10, 2022
b06ef88
Refactor RexImpTable
julianhyde Oct 21, 2022
5d671ec
Refactor: Deprecate SqlValidatorUtil.getAlias
julianhyde Nov 1, 2021
33f4ab4
Various improvements to OperandTypes
julianhyde Oct 21, 2022
21bbff0
Remove Nullable from RelBuilder.alias
julianhyde Nov 9, 2021
7a1b9aa
Refactor SqlValidatorNamespace.fieldExists
julianhyde Oct 31, 2021
0ac64d6
Improve digest for Window
julianhyde Nov 9, 2021
d4817ba
[CALCITE-5348] When translating ORDER BY in OVER, use the session's d…
julianhyde Oct 29, 2022
03fb916
Add class MonotonicSupplier
julianhyde Nov 2, 2022
f7bf867
Add "mssql" (Microsoft SQL Server) function library
julianhyde Nov 2, 2022
cb5f116
[CALCITE-5372] Upgrade vlsi-release-plugins to 1.84
F21 Nov 8, 2022
a0e119e
[CALCITE-5155] Custom time frames
julianhyde Nov 5, 2022
cdc695e
[CALCITE-5356] Update junit4 to 4.13.2 and junit5 to 5.9.1
snuyanzin Oct 31, 2022
6a9634a
Site: Add instructions to consult/update the JIRA release dashboard
zabetak Nov 8, 2022
49d2f1f
Site: Add Dmitry Sysolyatin as committer
dssysolyatin Nov 10, 2022
63a4233
Site: Add Bertil Chapuis as committer
bchapuis Nov 10, 2022
7277e53
[CALCITE-5353] Document new procedure for requesting JIRA accounts an…
F21 Oct 31, 2022
12e9ad4
[CALCITE-5383] Add CONCAT to BIG_QUERY dialect
olivrlee Nov 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/workflows/buildcache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
name: '${{ matrix.os }}, ${{ matrix.jdk }} seed build cache'
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 50
- name: 'Set up JDK ${{ matrix.jdk }}'
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
- uses: burrunan/gradle-cache-action@v1
name: Build Calcite
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
Loading
Loading