1. 96e318b [CALCITE-7403] Missing ENUMERABLE Convention for LogicalConditionalCorrelate by xiedeyantu · 17 hours ago main
  2. 2029412 [CALCITE-7401] Multi-level correlated subqueries cause an out-of-range error in the TopDownGeneralDecorrelator by Silun Dong · 32 hours ago
  3. 15d79db [CALCITE-4765] Complex correlated EXISTS sub-queries used as scalar subqueries can return wrong results by xiedeyantu · 8 days ago
  4. 4253102 [CALCITE-5787] The RelMdInputFieldsUsed is introduced to track the usage of input fields by xiedeyantu · 23 hours ago
  5. 077d355 [CALCITE-7400] PruneJoinSingleValue rule causes type mismatch in IN by xiedeyantu · 2 days ago
  6. 47fdf61 [CALCITE-7394] Nested sub-query with multiple levels of correlation returns incorrect results by iwanttobepowerful · 3 days ago
  7. 5a3526c [CALCITE-7385] Support LEFT_MARK type for nested loop join in enumerable convention by Silun Dong · 3 days ago
  8. 88fe7d2 [CALCITE-7398] Incorrect int cast in VariantNonNull#cast for BIGINT by Heng Qian · 4 days ago
  9. b24f476 [CALCITE-7320] AggregateProjectMergeRule throws AssertionError when Project maps multiple grouping keys to the same field by iwanttobepowerful · 7 days ago
  10. 41774e2 [CALCITE-7397] Error in simplifying join condition when creating LEFT MARK JOIN by xiedeyantu · 3 days ago
  11. 8a286c5 [CALCITE-5578] RelOptRulesTest testAggregateCaseToFilter optimized plan not semantically equivalent to the original one after conversion by nobigo · 6 days ago
  12. 4bdd19a [CALCITE-7396] PruneEmptyRules does not support LEFT_MARK JOIN by xiedeyantu · 4 days ago
  13. c251de4 [CALCITE-7395] ProjectMergeRule incorrectly merges PROJECTs with correlation variables by xiedeyantu · 5 days ago
  14. f33c6a2 Add debug log for query plan after decorrelation completion by nobigo · 7 days ago
  15. f451b2a [CALCITE-7379] LHS correlated variables are shadowed by nullable RHS outputs in LEFT JOIN by iwanttobepowerful · 14 days ago
  16. 6fab1a1 [CALCITE-7388] Redis Adapter operand config should not support empty string by Terran · 10 days ago
  17. 507ee67 Opened misc and scalar iq files in CoreQuidemTest2 by xiedeyantu · 8 days ago
  18. ea08b43 [CALCITE-7391] FILTER_REDUCE_EXPRESSIONS crashes on expression where 123 in (SELECT NULL FROM emps) by ehds · 8 days ago
  19. 7c9a58c [CALCITE-7279] ClickHouse dialect should wrap nested JOINs with explicit column aliases by krooswu · 6 weeks ago
  20. 84e35ba [CALCITE-7389] PruneJoinSingleValue rule causes type mismatch in EXISTS by xiedeyantu · 8 days ago
  21. 3dc7fea [CALCITE-5740] Support for AggToSemiJoinRule by xiedeyantu · 9 days ago
  22. f6271b7 Make SqlValidatorImpl#maybeCast protected to allow using it by child classes by Sergey Nuyanzin · 12 days ago
  23. 270ba64 [CALCITE-7382] The TopDownGeneralDecorrelator returns an error result when a subquery contains a LIMIT 1 by Silun Dong · 12 days ago
  24. ae47b72 [CALCITE-7356] The MARK JOIN generated by TopDownGeneralDecorrelator needs to be adapted to RelFieldTrimmer by xiedeyantu · 10 days ago
  25. 6de6266 [CALCITE-7378] Potential incorrect column attribution in RelToSqlConverter due to implicit table alias handling by zzwqqq · 2 weeks ago
  26. d0c72d1 [CALCITE-5787] The RelMdInputFieldsUsed is introduced to track the usage of input fields by xiedeyantu · 10 days ago
  27. 0534768 [CALCITE-7381] Parameters modified by !set must be restored to their default values in Quidem test by xiedeyantu · 11 days ago
  28. 79de3a6 [CALCITE-7359] Incorrect result for array comparison with ANY operator by xiedeyantu · 13 days ago
  29. 583e73f [CALCITE-7373] FILTER_INTO_JOIN should not push Filter into a join when the Filter contains non-deterministic function by nobigo · 2 weeks ago
  30. 17af184 [CALCITE-7374] NULLS LAST throws ClassCastException when sorting arrays by xiedeyantu · 2 weeks ago
  31. 5e309f2 [CALCITE-7331] Support the alias form SELECT * EXCEPT() for SELECT * EXCLUDE() by xiedeyantu · 2 weeks ago
  32. fd72200 [CALCITE-7377] Validator should reject a DESCRIPTOR in a table function when it is not an identifier by Mihai Budiu · 2 weeks ago
  33. 6548b0e [CALCITE-7375] ProjectWindowTransposeRule does not correctly adjust column indices in window bounds by lincoln.lil · 2 weeks ago
  34. 3e8a082 [CALCITE-7372] TopDownGeneralDecorrelator will throw an error when the JOIN condition has correlation by xiedeyantu · 2 weeks ago
  35. 43e7fbf [CALCITE-5597] SELECT DISTINCT query with ORDER BY column will get error result by xiedeyantu · 2 weeks ago
  36. 9f575b3 [CALCITE-7370] Trailing dot is not removed when normalizing timestamp strings by ehds · 2 weeks ago
  37. 0eaadfa Opened some iq files in CoreQuidemTest2 by xiedeyantu · 2 weeks ago
  38. 4ae896d [CALCITE-7369] ProjectToWindowRule loses column alias when optimizing OVER window queries by lincoln.lil · 3 weeks ago
  39. 77d561f [CALCITE-7315] Support LEFT_MARK type for hash join in enumerable convention by Silun · 3 weeks ago
  40. cb359a8 Update copyright NOTICE year to 2026 by xuzifu666 · 3 weeks ago
  41. 1efc2bd [CALCITE-7365] RelMdRowCount ignores estimateRowCount() overrides in SingleRel's subclasses by Alessandro Solimando · 3 weeks ago
  42. 05399a8 [CALCITE-6829] MSSQL dialect incorrectly translates of SELECT TRUE by xiedeyantu · 3 weeks ago
  43. e1732c4 [CALCITE-7367] NULLS FIRST throws ClassCastException when sorting arrays by Mihai Budiu · 3 weeks ago
  44. 6423188 [CALCITE-7366] RexLiteral.valueMatchesType throws for a MAP type by Mihai Budiu · 3 weeks ago
  45. 506950a [CALCITE-7358] Casts involving MAP and ROW types cause compile-time exceptions by Mihai Budiu · 3 weeks ago
  46. c8387a6 [CALCITE-7363] Improve error message for ASOF JOIN by Mihai Budiu · 3 weeks ago
  47. 2a6ce48 [CALCITE-7196] Create an optimization pass which can convert some cases of Correlate + Unnest to Unnest by Mihai Budiu · 5 weeks ago
  48. c3d49bd [CALCITE-7357] Introduce the implementation of rex operator IS DISTINCT FROM by xiedeyantu · 3 weeks ago
  49. c0d5a08 [CALCITE-7336] RelFieldTrimmer generates an incorrect plan when handling correlated sub-query within Filter or Join condition by nobigo · 4 weeks ago
  50. ab6a397 [CALCITE-7301] Add common test for SqlNode unparse after deep copy and missing createCall in operators by dssysolyatin · 2 months ago
  51. 1204f42 [CALCITE-7355] RelToSqlConverter throws exception when the join condition contains a correlated subquery by nobigo · 3 weeks ago
  52. 799433a [CALCITE-5093] Quantified comparison operators (e.g. ANY) should support ARRAY arguments by xiedeyantu · 3 weeks ago
  53. 63a9f47 [CALCITE-7351] Make getMaxNumericScale() and getMaxNumericPrecision() final by Alessandro Solimando · 4 weeks ago
  54. 951c02d [CALCITE-7337] Add age function (enabled in PostgreSQL library) by Terran · 5 weeks ago
  55. 45e41e8 [CALCITE-7348] Remove redundant extraction correlation variables when Trim Project Fields by nobigo · 4 weeks ago
  56. 17f2f97 [CALCITE-6066] Add HYPOT function (enabled in Spark library) by xiedeyantu · 4 weeks ago
  57. 533a615 Site: Add Thomas Rebele as committer by Thomas Rebele · 5 weeks ago
  58. fe73166 [CALCITE-7352] Incorrect SqlLibrary enum value used in ClickHouse SQL test by xiedeyantu · 4 weeks ago
  59. 6e86c22 [CALCITE-7350] Missing allowEmptyOutputFromRewrite parameter in TopDownGeneralDecorrelator.unnestInternal by xiedeyantu · 4 weeks ago
  60. 92cfb30 [CALCITE-5733] Simplify "a = ARRAY[1,2] AND a = ARRAY[2,3]" to "false" by xiedeyantu · 4 weeks ago
  61. 3d14332 [CALCITE-7349] Upgrade the types of FETCH and OFFSET in SORT to BigDecimal by xiedeyantu · 4 weeks ago
  62. 74bbf47 Move ExpandDisjunctionForJoinInputsRule test from planner.iq to hep.iq by xiedeyantu · 4 weeks ago
  63. 6ba1b53 [CALCITE-7274] RexFieldAccess has wrong index when use trim unused fields by nobigo · 5 weeks ago
  64. c274aac [CALCITE-7346] Prevent overflow in metadata row-count when LIMIT/OFFSET literal exceeds Long range by xiedeyantu · 4 weeks ago
  65. b9e9e9d [CALCITE-7342] Quidem test support for TopDownGeneralDecorrelator by xiedeyantu · 4 weeks ago
  66. 02c176a [CALCITE-7345] Quidem test support for Field Trimmer by nobigo · 5 weeks ago
  67. fcb86f0 [CALCITE-7257] Subqueries cannot be decorrelated if join condition contains RexFieldAccess by iwanttobepowerful · 5 weeks ago
  68. fabf648 [CALCITE-7339] Most classes in SqlDdlNodes use an incorrect SqlCallFactory by Mihai Budiu · 6 weeks ago
  69. 1e92bbe [CALCITE-6942] Support decorrelated for sub-queries with LIMIT 1 and OFFSET by iwanttobepowerful · 6 weeks ago
  70. ae42f77 [CALCITE-4813] ANY_VALUE assumes that arguments should be comparable by xiedeyantu · 5 weeks ago
  71. 3eac1f7 [CALCITE-7272] Subqueries cannot be decorrelated if have set op by iwanttobepowerful · 7 weeks ago
  72. 5c6456d [CALCITE-2274] Filter predicates aren't inferred while using dynamic star in subquery by xiedeyantu · 6 weeks ago
  73. e4b2baa [CALCITE-7338] Window hints are not propagated to window rel nodes by xiedeyantu · 6 weeks ago
  74. 6db44aa [CALCITE-3128] Joining two tables producing only NULLs will return 0 rows by xiedeyantu · 6 weeks ago
  75. f26c333 Change current PMC chair by Mihai Budiu · 6 weeks ago
  76. 25b0433 [CALCITE-7307] A new added dependency conflicts with Java 9+ and JPMS by Issac · 6 weeks ago
  77. 28ace85 Minor optimizations to the document by xiedeyantu · 6 weeks ago
  78. 1d9f382 Add Feldera to 'powered by Calcite' page by Mihai Budiu · 6 weeks ago
  79. 1a4b00b [CALCITE-7311] Support the syntax ROW(*) to create a nested ROW type with all columns by xiedeyantu · 6 weeks ago
  80. dd1cd86 [CALCITE-2152] SQL parser unable to parse SQL with nested joins produced by RelToSqlConverter by xiedeyantu · 6 weeks ago
  81. b12a9ce [CALCITE-7335] RelToSqlConverter generate sql containing Scala subqueries includes redundant parentheses by xiedeyantu · 6 weeks ago
  82. 19ef7f0 [CALCITE-7327] Support IS NOT DISTINCT FROM as equi condition of hash join by Silun · 7 weeks ago
  83. 90c8230 [CALCITE-7323] Result of cast Number to Boolean is not correct by xuzifu666 · 7 weeks ago
  84. 55aec64 [CALCITE-5347] Add 'SELECT ... BY', a syntax extension that is shorthand for GROUP BY and ORDER BY by xiedeyantu · 6 weeks ago
  85. f19e854 Site: Change the Position of Yu Xu for Committer message by xuzifu666 · 6 weeks ago
  86. d00fe52 Site: Add Yu Xu as committer by xuzifu666 · 6 weeks ago
  87. b2b136d Site: Add Silun Dong as committer by Silun · 6 weeks ago
  88. 20fae9a [CALCITE-7322] The POSITION function in MySQL is missing the FROM clause by xuzifu666 · 7 weeks ago
  89. 5cfe2a5 [CALCITE-7031] Implement the general decorrelation algorithm (Neumann & Kemper) by Silun Dong · 3 months ago
  90. 8954e08 Correct several misspellings by big face cat · 7 weeks ago
  91. 585cbda [CALCITE-7330] AggregateCaseToFilterRule should not be applied on aggregate functions that don't skip NULL inputs by Alessandro Solimando · 7 weeks ago
  92. ca7be00 [CALCITE-7332] SELECT * EXCLUDE list should error when it excludes all columns by xiedeyantu · 7 weeks ago
  93. 081e442 [CALCITE-7325] Incorrect VARIANT signatures in SqlItemOperator by Jinkun Liu · 7 weeks ago
  94. 6300c79 [CALCITE-7321] FilesTableFunction throws NumberFormatException on macOS with GNU stat installed by Alessandro Solimando · 7 weeks ago
  95. e568254 [CALCITE-7319] FILTER_INTO_JOIN rule loses correlation variable context in HepPlanner by Mihai Budiu · 7 weeks ago
  96. aca1ed9 [CALCITE-7326] FILTER_CORRELATE rule loses correlation variable context in HepPlanner by Mihai Budiu · 7 weeks ago
  97. 3b416de [CALCITE-7297] The result is incorrect when the GROUP BY key in a subquery is a RexFieldAccess by iwanttobepowerful · 7 weeks ago
  98. 800e84d [CALCITE-7319] FILTER_INTO_JOIN rule loses correlation variable context in HepPlanner by xiedeyantu · 7 weeks ago
  99. 02bfbee [CALCITE-7317] SubQueryRemoveRule should skip NULL-safety checks for IN subqueries when both the keys and the subquery columns are NOT NULL by Alessandro Solimando · 7 weeks ago
  100. 935d676 [CALCITE-7310] Support the syntax SELECT * EXCLUDE(columns) by xiedeyantu · 7 weeks ago