1. 7f99701 [CALCITE-7447] RelRoot.project() adds Project for DDL nodes by Niels Pardon · 2 days ago main
  2. ea7fb17 [CALCITE-7318] Execution fails when the JOIN ON condition contains references to columns from both the left and right sides by xiedeyantu · 4 days ago
  3. bbd083f [CALCITE-7432] NumberFormatException when convert `NaN` literal to sql by krooswu · 8 days ago
  4. 174a79b [CALCITE-7259] Drop commons-lang3 dependency by guohongyu.7 · 10 days ago
  5. af6367d [CALCITE-7441] AggregateFilterToFilteredAggregateRule fails when WHERE condition is nullable by Stamatis Zampetakis · 9 days ago
  6. 5dffb84 Site: Add Zhen Chen as PMC by xiedeyantu · 9 days ago
  7. 288d490 Test case for [CALCITE-3366] RelDecorrelator supports Union by xiedeyantu · 10 days ago
  8. 8a87360 [CALCITE-7426] Add a PR submission template to Calcite by xiedeyantu · 2 weeks ago
  9. 18454ca [CALCITE-7435] WINDOW functions should allow ORDER BY fields of type INTERVAL by Mihai Budiu · 13 days ago
  10. a56cecf [CALCITE-7417] Add a large plan benchmark for HepPlanner by wenzhuang.zwz · 5 weeks ago
  11. c628e68 [CALCITE-7433] Invalid unparse for cast to map type in Spark by xuzifu666 · 2 weeks ago
  12. 09a1499 [CALCITE-7386] An error occurred while using TopDownGeneralDecorrelator to process the aggregate(col) filter by xiedeyantu · 2 weeks ago
  13. 341e8d5 [CALCITE-7392] Unable to implement EnumerableCollect for SQL queries containing UNNEST by xiedeyantu · 2 weeks ago
  14. 66c496a [CALCITE-7434] Error in new decorrelation algorithm caused by FilterJoinRule omitting variablesSet by Silun · 2 weeks ago
  15. b04f744 [CALCITE-5132] Scalar IN subquery returns UNKNOWN instead of FALSE when key is partially NULL by xiedeyantu · 3 weeks ago
  16. af286b5 [CALCITE-7425] Correct the logical inverse of SqlBetweenOperator by wforget · 3 weeks ago
  17. 2f2ae46 [CALCITE-7429] Query with MINUS fails with "Unable to implement EnumerableMinus(all=[false])" by xiedeyantu · 3 weeks ago
  18. d59c7f3 [CALCITE-7427] Query with "ORDER BY NULL" throws "NoSuchMethodException: compareNullsLast" by xiedeyantu · 3 weeks ago
  19. 6071268 [CALCITE-7343] RelToSqlConverter generate wrong sql when scalar correlated sub-query in Project by krooswu · 4 weeks ago
  20. 7654dd8 [CALCITE-7362] Add rule to transform WHERE clauses into filtered aggregates by Stamatis Zampetakis · 4 weeks ago
  21. 80e717a [CALCITE-7424] In Lint, support sort specifications by Julian Hyde · 3 weeks ago
  22. 47fea32 Typo in index page by xuzifu666 · 3 weeks ago
  23. 245f2f8 Included cases for [CALCITE-6828] by xiedeyantu · 3 weeks ago
  24. b907876 Bump nokogiri from 1.18.9 to 1.19.1 in /site by dependabot[bot] · 4 weeks ago
  25. 63f5a69 [CALCITE-7423] Setop subquery without correlated variables triggers NullPointerException during decorrelation by iwanttobepowerful · 4 weeks ago
  26. 87dcba9 [CALCITE-7386] An error occurred while using TopDownGeneralDecorrelator to process the aggregate(col) filter by Silun · 4 weeks ago
  27. 6626bcc [CALCITE-5832] CyclicMetadataException thrown in complex JOIN by Thomas Rebele · 4 weeks ago
  28. e7e3925 [CALCITE-7410] TIMESTAMP type for TUMBLE and HOP is hardwired to TIMESTAMP(3) by Mihai Budiu · 5 weeks ago
  29. a90b2da [CALCITE-7393] Support RelDataTypeDigest by wenzhuang.zwz · 8 weeks ago
  30. 69a7a06 [CALCITE-5390] RelDecorrelator throws NullPointerException by iwanttobepowerful · 8 weeks ago
  31. f181e07 [CALCITE-7416] Add firedRulesCache for HepPlanner by wenzhuang.zwz · 5 weeks ago
  32. e810d8b [CALCITE-7418] SqlOverlapsOperator does not reject some illegal comparisons (e.g., TIME vs DATE) by Mihai Budiu · 5 weeks ago
  33. a443737 [CALCITE-7368] The validator accepts CAST(INT TO BINARY), but the runtime does not implement them by Mihai Budiu · 5 weeks ago
  34. 75d35f3 [CALCITE-7415] CalciteCatalogReader.lookupOperatorOverloads keeps original function identifier casing instead of resolved schema-path casing by zzwqqq · 5 weeks ago
  35. df31d6f [CALCITE-7347] UNKNOWN type inferred for array element type by Mihai Budiu · 5 weeks ago
  36. dd34021 [CALCITE-7413] Add Concat and Substring function (enabled in Mongodb library) by Terran · 6 weeks ago
  37. 4385bbb Included cases for [CALCITE-2359] by xiedeyantu · 5 weeks ago
  38. 8e7e84c Included the sub-query.iq in CoreQuidemTest2 by Silun · 5 weeks ago
  39. 4c041cb [CALCITE-7414] Incorrect mapping of CorDef after decorrelating a Join in TopDownGeneralDecorrelator by Silun Dong · 6 weeks ago
  40. 8ee4c00 [CALCITE-7057] NPE when decorrelating query containing nested correlated subqueries by iwanttobepowerful · 6 weeks ago
  41. 8925773 [CALCITE-7408] URL_ENCODE/URL_DECODE is unparsed incorrectly for ClickHouseSqlDialect by xuzifu666 · 7 weeks ago
  42. 869fe15 [CALCITE-7411] When a SCALAR_QUERY in PROJECT contains correlated variables execution fails using TopDownGeneralDecorrelator by xiedeyantu · 6 weeks ago
  43. 894136f [CALCITE-7412] Redis test failed on higher versions of macOS by xiedeyantu · 6 weeks ago
  44. 67ae43b Site: Add Weihua Zhang as committer by iwanttobepowerful · 6 weeks ago
  45. 3b5fcf5 Test case for [CALCITE-6452] Scalar sub-query that uses IS NOT DISTINCT FROM returns incorrect result by xiedeyantu · 6 weeks ago
  46. 7be1fc5 [CALCITE-7409] MERGE JOIN condition cannot contain IS NOT DISTINCT FROM by xiedeyantu · 6 weeks ago
  47. 5543694 [CALCITE-7404] Incorrect Field Alias in MongoDB project Stage by Terran · 8 weeks ago
  48. 383315b [CALCITE-7406] Add abs function (enabled in Mongodb library) by Terran · 7 weeks ago
  49. bf0eae0 [CALCITE-7402] Two-level nested correlated subquery causes TopDownGeneralDecorrelator type mismatch during translation by Silun Dong · 8 weeks ago
  50. 4e959ef Included the `some` iq files in CoreQuidemTest2 by xiedeyantu · 7 weeks ago
  51. 96e318b [CALCITE-7403] Missing ENUMERABLE Convention for LogicalConditionalCorrelate by xiedeyantu · 7 weeks ago
  52. 2029412 [CALCITE-7401] Multi-level correlated subqueries cause an out-of-range error in the TopDownGeneralDecorrelator by Silun Dong · 8 weeks ago
  53. 15d79db [CALCITE-4765] Complex correlated EXISTS sub-queries used as scalar subqueries can return wrong results by xiedeyantu · 9 weeks ago
  54. 4253102 [CALCITE-5787] The RelMdInputFieldsUsed is introduced to track the usage of input fields by xiedeyantu · 8 weeks ago
  55. 077d355 [CALCITE-7400] PruneJoinSingleValue rule causes type mismatch in IN by xiedeyantu · 8 weeks ago
  56. 47fdf61 [CALCITE-7394] Nested sub-query with multiple levels of correlation returns incorrect results by iwanttobepowerful · 8 weeks ago
  57. 5a3526c [CALCITE-7385] Support LEFT_MARK type for nested loop join in enumerable convention by Silun Dong · 8 weeks ago
  58. 88fe7d2 [CALCITE-7398] Incorrect int cast in VariantNonNull#cast for BIGINT by Heng Qian · 8 weeks ago
  59. b24f476 [CALCITE-7320] AggregateProjectMergeRule throws AssertionError when Project maps multiple grouping keys to the same field by iwanttobepowerful · 8 weeks ago
  60. 41774e2 [CALCITE-7397] Error in simplifying join condition when creating LEFT MARK JOIN by xiedeyantu · 8 weeks ago
  61. 8a286c5 [CALCITE-5578] RelOptRulesTest testAggregateCaseToFilter optimized plan not semantically equivalent to the original one after conversion by nobigo · 8 weeks ago
  62. 4bdd19a [CALCITE-7396] PruneEmptyRules does not support LEFT_MARK JOIN by xiedeyantu · 8 weeks ago
  63. c251de4 [CALCITE-7395] ProjectMergeRule incorrectly merges PROJECTs with correlation variables by xiedeyantu · 8 weeks ago
  64. f33c6a2 Add debug log for query plan after decorrelation completion by nobigo · 8 weeks ago
  65. f451b2a [CALCITE-7379] LHS correlated variables are shadowed by nullable RHS outputs in LEFT JOIN by iwanttobepowerful · 9 weeks ago
  66. 6fab1a1 [CALCITE-7388] Redis Adapter operand config should not support empty string by Terran · 9 weeks ago
  67. 507ee67 Opened misc and scalar iq files in CoreQuidemTest2 by xiedeyantu · 9 weeks ago
  68. ea08b43 [CALCITE-7391] FILTER_REDUCE_EXPRESSIONS crashes on expression where 123 in (SELECT NULL FROM emps) by ehds · 9 weeks ago
  69. 7c9a58c [CALCITE-7279] ClickHouse dialect should wrap nested JOINs with explicit column aliases by krooswu · 3 months ago
  70. 84e35ba [CALCITE-7389] PruneJoinSingleValue rule causes type mismatch in EXISTS by xiedeyantu · 9 weeks ago
  71. 3dc7fea [CALCITE-5740] Support for AggToSemiJoinRule by xiedeyantu · 9 weeks ago
  72. f6271b7 Make SqlValidatorImpl#maybeCast protected to allow using it by child classes by Sergey Nuyanzin · 9 weeks ago
  73. 270ba64 [CALCITE-7382] The TopDownGeneralDecorrelator returns an error result when a subquery contains a LIMIT 1 by Silun Dong · 9 weeks ago
  74. ae47b72 [CALCITE-7356] The MARK JOIN generated by TopDownGeneralDecorrelator needs to be adapted to RelFieldTrimmer by xiedeyantu · 9 weeks ago
  75. 6de6266 [CALCITE-7378] Potential incorrect column attribution in RelToSqlConverter due to implicit table alias handling by zzwqqq · 9 weeks ago
  76. d0c72d1 [CALCITE-5787] The RelMdInputFieldsUsed is introduced to track the usage of input fields by xiedeyantu · 9 weeks ago
  77. 0534768 [CALCITE-7381] Parameters modified by !set must be restored to their default values in Quidem test by xiedeyantu · 9 weeks ago
  78. 79de3a6 [CALCITE-7359] Incorrect result for array comparison with ANY operator by xiedeyantu · 9 weeks ago
  79. 583e73f [CALCITE-7373] FILTER_INTO_JOIN should not push Filter into a join when the Filter contains non-deterministic function by nobigo · 9 weeks ago
  80. 17af184 [CALCITE-7374] NULLS LAST throws ClassCastException when sorting arrays by xiedeyantu · 9 weeks ago
  81. 5e309f2 [CALCITE-7331] Support the alias form SELECT * EXCEPT() for SELECT * EXCLUDE() by xiedeyantu · 10 weeks ago
  82. fd72200 [CALCITE-7377] Validator should reject a DESCRIPTOR in a table function when it is not an identifier by Mihai Budiu · 9 weeks ago
  83. 6548b0e [CALCITE-7375] ProjectWindowTransposeRule does not correctly adjust column indices in window bounds by lincoln.lil · 10 weeks ago
  84. 3e8a082 [CALCITE-7372] TopDownGeneralDecorrelator will throw an error when the JOIN condition has correlation by xiedeyantu · 10 weeks ago
  85. 43e7fbf [CALCITE-5597] SELECT DISTINCT query with ORDER BY column will get error result by xiedeyantu · 10 weeks ago
  86. 9f575b3 [CALCITE-7370] Trailing dot is not removed when normalizing timestamp strings by ehds · 10 weeks ago
  87. 0eaadfa Opened some iq files in CoreQuidemTest2 by xiedeyantu · 10 weeks ago
  88. 4ae896d [CALCITE-7369] ProjectToWindowRule loses column alias when optimizing OVER window queries by lincoln.lil · 10 weeks ago
  89. 77d561f [CALCITE-7315] Support LEFT_MARK type for hash join in enumerable convention by Silun · 3 months ago
  90. cb359a8 Update copyright NOTICE year to 2026 by xuzifu666 · 10 weeks ago
  91. 1efc2bd [CALCITE-7365] RelMdRowCount ignores estimateRowCount() overrides in SingleRel's subclasses by Alessandro Solimando · 2 months ago
  92. 05399a8 [CALCITE-6829] MSSQL dialect incorrectly translates of SELECT TRUE by xiedeyantu · 2 months ago
  93. e1732c4 [CALCITE-7367] NULLS FIRST throws ClassCastException when sorting arrays by Mihai Budiu · 10 weeks ago
  94. 6423188 [CALCITE-7366] RexLiteral.valueMatchesType throws for a MAP type by Mihai Budiu · 2 months ago
  95. 506950a [CALCITE-7358] Casts involving MAP and ROW types cause compile-time exceptions by Mihai Budiu · 2 months ago
  96. c8387a6 [CALCITE-7363] Improve error message for ASOF JOIN by Mihai Budiu · 2 months ago
  97. 2a6ce48 [CALCITE-7196] Create an optimization pass which can convert some cases of Correlate + Unnest to Unnest by Mihai Budiu · 3 months ago
  98. c3d49bd [CALCITE-7357] Introduce the implementation of rex operator IS DISTINCT FROM by xiedeyantu · 2 months ago
  99. c0d5a08 [CALCITE-7336] RelFieldTrimmer generates an incorrect plan when handling correlated sub-query within Filter or Join condition by nobigo · 3 months ago
  100. ab6a397 [CALCITE-7301] Add common test for SqlNode unparse after deep copy and missing createCall in operators by dssysolyatin · 4 months ago