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

Test calcite 5565 druid #14

Merged
merged 279 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
279 commits
Select commit Hold shift + click to select a range
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
a0ce327
[CALCITE-5310] JSON_OBJECT in scalar sub-query throws AssertionError
libenchao Oct 6, 2022
c40aa4c
Quidem: Allow CREATE VIEW in 'scott' connection
julianhyde Apr 29, 2022
406c913
[CALCITE-5105] Add MEASURE type and AGGREGATE aggregate function
julianhyde Oct 26, 2021
dc56fcc
[CALCITE-5239] Site: JDBC Adapter's current limitations is incorrect
libenchao Aug 17, 2022
5a9cd9f
[CALCITE-5336] Infer constants from predicates with IS NOT DISTINCT F…
jtrada168 Nov 3, 2022
e37ecb6
[CALCITE-5392] Support Snapshot in RelMdExpressionLineage
JiajunBernoulli Nov 19, 2022
ad77a20
[CALCITE-5377] RelFieldTrimmer support Sort with dynamic param
JiajunBernoulli Nov 13, 2022
725b71e
[CALCITE-5391] JoinOnUniqueToSemiJoinRule should preserve field names…
sdreynolds Nov 18, 2022
085d65a
[CALCITE-5332] Facilitate PruneEmptyRules configuration by adding DEF…
zabetak Oct 13, 2022
601ef7b
[CALCITE-5374] Upgrade jackson to 2.14.0
snuyanzin Nov 12, 2022
52922f9
Upgrade jackson to 2.14.1
snuyanzin Nov 28, 2022
bae84c7
[CALCITE-5217] Add support for INTERVAL qualifier for Firebolt
aymeric-dispa Jul 23, 2022
35c8790
[CALCITE-5217] Improve support for INTERVAL qualifier for Firebolt
aymeric-dispa Jul 27, 2022
531dc3d
[CALCITE-5259] Add getParameterRowType method to Planner interface
dssysolyatin Sep 1, 2022
9161a6f
[CALCITE-5230] Return type of PERCENTILE_DISC should be the same as s…
itiels Aug 9, 2022
c89bd13
[CALCITE-5159] ARRAY string constructor, and implicit cast from strin…
dssysolyatin Nov 30, 2022
814ae6e
Add class SqlBasicFunction
julianhyde Dec 1, 2022
08f37e5
Refactor SqlOperatorTest
julianhyde Nov 30, 2022
326b993
[CALCITE-5385] Add BigQuery as a supported library for some functions…
tanclary Nov 21, 2022
687dec0
[CALCITE-5399] Remove Proj4J from the api dependencies
bchapuis Nov 28, 2022
33ca193
[CALCITE-5410] Assertion error on PERCENT_REMAINDER operator with DEC…
alex-plekhanov Dec 1, 2022
ae7c378
[CALCITE-5393] Allow VALUE as a synonym for VALUES (enabled in MySQL …
strongduanmu Nov 28, 2022
1156efb
[CALCITE-5360] Add TIMESTAMP_ADD function (enabled in BigQuery library)
tanclary Dec 5, 2022
742d477
[CALCITE-5389] Add STARTS_WITH and ENDS_WITH functions (enabled in Bi…
olivrlee Nov 22, 2022
00abf3b
[CALCITE-5141] Incomplete implicit type conversion for insert values
JiajunBernoulli May 8, 2022
f903143
[CALCITE-5428] Drop minimum Guava version to 16.0.1
gianm Dec 9, 2022
81e6f4b
[CALCITE-5388] tempList expression inside EnumerableWindow.getPartiti…
Nov 21, 2022
0466bd5
[CALCITE-5395] RelToSql converter fails when SELECT * is under a semi…
JiajunBernoulli Nov 26, 2022
6bea101
[CALCITE-5394] RelToSql converter fails when semi-join is under a joi…
JiajunBernoulli Nov 26, 2022
a3a44f4
[CALCITE-5362] Geometry measurement functions
bchapuis Nov 2, 2022
de89d7a
[CALCITE-5280] Add geometry aggregate functions
bchapuis Sep 22, 2022
cd76712
[CALCITE-5281] Add ST_Explode for geometry parameter
bchapuis Sep 29, 2022
0a7d842
[CALCITE-5417] Upgrade Proj4J from 1.1.5 to 1.2.2, and restore it as …
julianhyde Dec 11, 2022
013f034
[CALCITE-5433] Druid tests hang/fail intermittently in CI
zabetak Dec 14, 2022
273d33d
[CALCITE-5408] Return type of PERCENTILE_CONT should be the same as s…
zoudan Dec 20, 2022
bc4cfa3
[CALCITE-5423] Implement TIMESTAMP_DIFF function (compatible with Big…
tanclary Dec 7, 2022
81efd2a
[CALCITE-5439] Validation of Pivot fails after creating a deep copy o…
vvysotskyi Dec 17, 2022
9054682
[CALCITE-4351] Improve the result of RelMdUtil#numDistinctVals for la…
liyafan82 Dec 27, 2022
787aa9e
[CALCITE-2884] Implement JSON_INSERT, JSON_REPLACE, JSON_SET functions
XuQianJin-Stars Dec 28, 2019
be7135c
[CALCITE-5427] Provide code quality/coverage metrics with JaCoCo and …
zabetak Jul 30, 2020
4bebdb0
[CALCITE-5298] CalciteSystemProperty calcite.test.dataset path check …
risdenk Sep 25, 2022
ad14539
[CALCITE-5405] MongoDB adapter does not parse dates correctly
tindzk Nov 29, 2022
c330aa3
[CALCITE-5407] MongoDB adapter throws NullPointerException when conve…
tindzk Nov 30, 2022
e426bd2
[CALCITE-5430] Add IFNULL function (enabled in BigQuery library, equi…
olivrlee Dec 13, 2022
dd6158a
[CALCITE-5454] Enable != and % operators under BigQuery SQL conformance
tanclary Dec 22, 2022
a7d34b8
[CALCITE-5452] Add LENGTH function (enabled in BigQuery library, equi…
tanclary Dec 21, 2022
f68f973
[CALCITE-5432] Add TIME_ADD, TIME_DIFF functions (enabled in BigQuery…
tanclary Dec 24, 2022
bdb4e1f
[CALCITE-5447] Add DATE_TRUNC function (enabled in BigQuery library)
olivrlee Jan 12, 2023
5dbfb6e
[CALCITE-5436] Add TIMESTAMP_SUB, TIME_SUB, DATE_SUB functions (enabl…
tanclary Dec 20, 2022
717eb59
[CALCITE-5209] Proper sub-query handling if it is used inside select …
dssysolyatin Nov 15, 2022
5607d6b
[CALCITE-5471] RelSupplier.SqlRelSupplier#apply should use .project()…
thomasrebele Jan 13, 2023
98ae817
[CALCITE-5404] Add POW and TRUNC functions (enabled in BigQuery library)
tanclary Nov 28, 2022
9a07b11
[CALCITE-5451] Add LPAD, RPAD functions (enabled in BigQuery, Oracle …
olivrlee Dec 22, 2022
fe821ca
[CALCITE-5475] Improve test coverage accuracy by aggregating modules
zabetak Jan 13, 2023
fb340ec
[CALCITE-5466] The constant condition can't be inferred from correlat…
Jan 19, 2023
d2da653
Site: Switch PMC Chair to Stamatis Zampetakis
zabetak Jan 20, 2023
9ff2352
[CALCITE-5341] Upgrade Calcite to Avatica 1.23.0
julianhyde Jan 17, 2023
0ad974c
[CALCITE-5414] Use DateTimeUtils to correctly convert between java.sq…
Nov 15, 2022
3801b42
[CALCITE-5342] Refactor SqlFunctions methods lastDay, addMonths, subt…
julianhyde Jan 17, 2023
ecb27b9
[CALCITE-5493] Time zone tests in SqlFunctions should pass in Europe/…
Jan 24, 2023
c4c0bf3
[CALCITE-5491] Allow TIME and DATE to be args for TIMESTAMPDIFF
snuyanzin Jan 23, 2023
f03dbbe
Refactor SqlParserTest
julianhyde Dec 9, 2022
b623215
Factor interval tests out of SqlParserTest and SqlValidatorTest and i…
julianhyde Dec 9, 2022
b8ccac1
[CALCITE-5495] Allow WEEK and QUARTER in INTERVAL literals
tanclary Jan 11, 2023
7fb8578
[CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument to functi…
olivrlee Jan 11, 2023
a326bd2
[CALCITE-5424] Customize handling of literals based on type system
julianhyde Dec 9, 2022
dd01f25
Site: Add Istvan Toth as committer
stoty Jan 25, 2023
20014b6
[CALCITE-5283] Add ARG_MIN, ARG_MAX (aka MIN_BY, MAX_BY) aggregate fu…
zoudan Nov 23, 2022
02b67ea
[CALCITE-5349] RelJson deserialization should support SqlLibraryOpera…
tjbanghart Oct 28, 2022
c4155b8
[CALCITE-5489] When creating a RexCall to TIMESTAMP_DIFF function, ca…
tanclary Jan 24, 2023
ae228f6
Site: Add Benchao Li as PMC
libenchao Jan 28, 2023
5ad825c
[CALCITE-5481] Release Calcite 1.33.0
jbalint Feb 3, 2023
b64cb13
Prepare for next development iteration
jbalint Feb 7, 2023
1a54261
[CALCITE-5483] ProjectAggregateMergeRule throws exception if literal …
libenchao Jan 20, 2023
8291a0f
[CALCITE-5521] Remove redundant rowtype check in RelSubset#add
Feb 9, 2023
324bcb0
[CALCITE-5442] Tweak janino code generation in EnumerableInterpretabl…
libenchao Jan 26, 2023
a9587af
[CALCITE-5514] In RelJson, add a public toRex() instance method
tjbanghart Feb 3, 2023
3eaf13b
[CALCITE-5505] JavaCC warns about missing LOOKAHEAD directives in Par…
julianhyde Jan 30, 2023
4fbcbf4
[CALCITE-5508] Add constructor functions for DATE, TIME, TIMESTAMP, D…
julianhyde Dec 9, 2022
7abc5a4
Add test for [CALCITE-5524] JDBC adapter generates LIMIT, OFFSET in w…
julianhyde Feb 10, 2023
9f91d61
[CALCITE-5416] JDBC adapter for MySQL 5 incorrectly combines GROUP BY…
JiajunBernoulli Dec 4, 2022
03a0b9d
[CALCITE-5501] SqlToRelConverterTest.checkActualAndReferenceFiles fai…
asolimando Jan 27, 2023
0dcf3ab
Bump Quidem from 0.10 to 0.11
julianhyde Feb 10, 2023
82fb4e9
Site: Add Jiajun Xie as committer
JiajunBernoulli Feb 11, 2023
50d1246
[CALCITE-5515] Add keyspace parameter to CassandraSchema and Cassandr…
tindzk Jan 30, 2023
79879f9
[CALCITE-5468] SqlToRelConverter throws if ORDER BY contains IN
dssysolyatin Jan 9, 2023
f82028f
TryThreadLocal values are now not-null by default
julianhyde Feb 14, 2023
baab45c
Autostyle: Disallow space or newline before ')' in method declaration…
julianhyde Feb 14, 2023
3427c20
[CALCITE-5503] CheapestPlanReplacer should reuse repeated nodes in a …
Jan 30, 2023
2d28394
[CALCITE-5507] HAVING alias fails for mixed usage of alias and aggreg…
JiajunBernoulli Jan 30, 2023
7e8bc2d
[CALCITE-3870] Change the default value of SqlToRelConverter.Config.e…
julianhyde Feb 11, 2023
2af1549
[CALCITE-5268] Add QUALIFY clause
bchong95 Oct 26, 2022
75d9ac0
[CALCITE-5531] COALESCE function throws ClassCastException
julianhyde Feb 15, 2023
39e2b22
[CALCITE-5522] Babel parser cannot handle some overloads of the DATE_…
julianhyde Feb 16, 2023
3dae251
[CALCITE-5537] Slow test case failures in LatticeSuggesterTest
Feb 23, 2023
29fcbf1
[CALCITE-5478] Use highest input precision for datetimes in SqlTypeFa…
gianm Jan 13, 2023
a990ecc
[CALCITE-5510] RelToSqlConverter should use ordinal for `ORDER BY` if…
Feb 2, 2023
0f1a40d
Add tests for [CALCITE-2980] Implement the FORMAT clause of the CAST …
julianhyde Jan 11, 2023
49a0d5e
[CALCITE-5357] Add FORMAT_TIME, FORMAT_DATE, FORMAT_DATETIME, FORMAT_…
tjbanghart Jan 18, 2023
65a5efc
[CALCITE-5484] Add DATETIME_SUB function (enabled in BigQuery library)
tanclary Jan 18, 2023
cb97d29
[CALCITE-5469] Add DATETIME_ADD, DATETIME_DIFF, DATE_ADD, DATE_DIFF f…
tanclary Jan 13, 2023
90599a6
[CALCITE-5518] RelToSql converter generates invalid order of ROLLUP f…
JiajunBernoulli Feb 12, 2023
4f1452e
CompositeOperandTypeChecker's java doc uses wrong class name
zoudan Feb 17, 2023
2dba40e
[CALCITE-5546] Code style: Break long assignment expressions after '='
julianhyde Feb 26, 2023
fb063e8
[CALCITE-5504] Array value constructor is unparsed incorrectly for `S…
MasseGuillaume Jan 31, 2023
1e89771
[CALCITE-5550] Update instructions for requesting Jira account to use…
F21 Mar 2, 2023
4e19520
[CALCITE-5545] Allow for overriding SqlValidator to enable custom Sql…
olivrlee Feb 24, 2023
ee9b80b
[CALCITE-5555] Remove obsolete instructions for processing requests f…
F21 Mar 3, 2023
7dfd641
[CALCITE-5572] Release Calcite 1.34.0
zabetak Mar 9, 2023
de30507
[CALCITE-5572] Add news item and update date for 1.34.0 release
zabetak Mar 14, 2023
421c871
Prepare for next development iteration
zabetak Mar 14, 2023
298a94a
[CALCITE-5577] Map value constructor is unparsed incorrectly for `Spa…
MasseGuillaume Mar 13, 2023
5ee1b1b
[CALCITE-5553] `RelStructuredTypeFlattener` produces bad plan for sin…
apilloud Mar 6, 2023
052a5cc
[CALCITE-5440] Bump gradle from 7.4.2 to 7.6.1
snuyanzin Nov 29, 2022
627e067
Site: Troubleshooting/Website publishing improvements in release guide
zabetak Mar 14, 2023
12b7193
[CALCITE-5571] Remove org.jetbrains.annotations from java source code
zabetak Mar 9, 2023
0d43d61
Site: Clarify that SQL does not support recursive queries yet
gunnarmorling Feb 22, 2023
d68f6a5
[CALCITE-5361] Update janino from 3.1.8 to 3.1.9
snuyanzin Mar 14, 2023
e9fada6
Site: Add talks from Calcite Meetup March 2023
zabetak Mar 16, 2023
ace7940
[CALCITE-5574] Break `MockCatalogReaderSimple#init` into smaller methods
zoudan Mar 14, 2023
8d3b277
Refactor: In RexImpTable, create field 'variableName' to implement me…
julianhyde Mar 9, 2023
b9aaba1
Refactor: In tests, pass 'typeSystem' connection property value via a…
julianhyde Mar 10, 2023
625a2e0
[CALCITE-5554] In EXTRACT function, add DAYOFWEEK and DAYOFYEAR as sy…
tanclary Mar 3, 2023
c63f0be
[CALCITE-5381] Add `convertCorrelateToJoin` config property to RelBui…
snuyanzin Mar 5, 2023
26719b3
Update javadoc for RelColumnOrigin#isDerived method
zhujiang614 Mar 17, 2023
ba975ba
[CALCITE-5476] Add DATETIME_TRUNC function (enabled in BigQuery library)
olivrlee Feb 28, 2023
8b1059e
Add .gitignore for Java VSCode plugin
askarbozcan Mar 2, 2023
03fd95b
[CALCITE-5548] Add MSSQL-style CONVERT function (enabled in MSSql lib…
askarbozcan Mar 2, 2023
d2ca97e
[CALCITE-5580] Add SPLIT function (enabled in BigQuery library)
tanclary Mar 14, 2023
ba36004
[CALCITE-5557] Add SAFE_CAST function (enabled in BigQuery library)
olivrlee Mar 2, 2023
6fcfaa7
[CALCITE-5587] Upgrade geode-core from 1.10.0 to 1.15.1
zabetak Mar 15, 2023
93b11cb
[CALCITE-5585] Add STRPOS function (enabled in BigQuery, Postgres lib…
tanclary Mar 22, 2023
6202498
[CALCITE-5403] Babel parser should parse PostgreSQL's SET, RESET, BEG…
dssysolyatin Nov 28, 2022
c28d1dc
[CALCITE-5367] Implement spatial type functions
bchapuis Feb 3, 2023
ce3d133
[CALCITE-5160] ANY/SOME, ALL operators should support collection expr…
dssysolyatin Jun 13, 2022
5c7be55
[CALCITE-5411] `SparkSqlDialect` should support `ROLLUP` and `CUBE` a…
LeonidChistov Dec 1, 2022
1f15d98
[CALCITE-5593] Elasticsearch adapter should support aliases
coolbeevip Mar 18, 2023
a10b858
[CALCITE-5605] Add BigQuery as supported library for CHR
tanclary Mar 21, 2023
2d0b3ac
[CALCITE-5538] Allow creating TimestampString with fractional seconds…
julianhyde Apr 1, 2023
74bc025
[CALCITE-5565] Add LOG function (enabled in BigQuery library)
tanclary Mar 8, 2023
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