You are viewing a plain text version of this content. The canonical link for it is here.
- Empty array literal - posted by mb...@gmail.com on 2023/08/01 01:34:57 UTC, 3 replies.
- Request view code - posted by GLeonSun <GL...@163.com> on 2023/08/01 07:01:13 UTC, 0 replies.
- PR CALCITE-5681 Review Request - posted by Hongyu Guo <gu...@pku.edu.cn> on 2023/08/01 12:00:07 UTC, 2 replies.
- Re: Community over Code (ApacheCon) East Asia - posted by Benchao Li <li...@apache.org> on 2023/08/01 13:07:53 UTC, 1 replies.
- Creating user-defined functions dynamically - posted by mb...@gmail.com on 2023/08/01 20:40:32 UTC, 2 replies.
- [jira] [Created] (CALCITE-5884) Nullability of of ARRAY_TO_STRING result does not depend on third argument nullability - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/01 21:36:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5885) SqlNode#toSqlString() does not honor dialect's supportsCharSet() flag on nested types - posted by "Chris Rice (Jira)" <ji...@apache.org> on 2023/08/01 22:46:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5886) Task :spark:testClasses Unstable due to ConnectException - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/02 02:17:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5887) Trim function can’t work well with SqlDelegatingConformance - posted by "Guoliang Sun (Jira)" <ji...@apache.org> on 2023/08/02 10:05:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5888) Assertion error in aggregate - posted by "Petr Masopust (Jira)" <ji...@apache.org> on 2023/08/02 12:28:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5889) Add the RelRule that converts Minus to into UNION ALL..GROUP BY...WHERE - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/02 12:38:00 UTC, 0 replies.
- [Question] CAST possibility cases - posted by stanilovsky evgeny <es...@gridgain.com> on 2023/08/02 12:46:42 UTC, 3 replies.
- [jira] [Created] (CALCITE-5890) Handle non-JKS keystores in client - posted by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/08/02 12:56:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5891) Create a test fixture that would apply PROJECT_REDUCE_EXPRESSIONS to all tests in SqlOperatorTest - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/02 19:30:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5892) SnowflakeSqlDialect doesn't provide custom unparseSqlIntervalLiteral support - posted by "Nick Riasanovsky (Jira)" <ji...@apache.org> on 2023/08/03 00:27:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5893) Wrong NULL literal behavior of ARRAY_CONTAINS/ARRAY_EXCEPT/ARRAY_INTERSECT In Spark Library - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/03 03:39:00 UTC, 0 replies.
- Re: Easier and more comprehensive testing - posted by Stamatis Zampetakis <za...@gmail.com> on 2023/08/03 09:42:15 UTC, 0 replies.
- AggregateProjectPullUpConstantsRule not working with the Volcano Planner - posted by Nick Riasanovsky <ni...@bodo.ai> on 2023/08/03 16:33:36 UTC, 4 replies.
- DECIMAL(2, 3) meaning - posted by mb...@gmail.com on 2023/08/03 22:51:27 UTC, 9 replies.
- [jira] [Created] (CALCITE-5894) Add SortRemoveRedundantRule to remove redundant sort fields if sort fields contains unique key - posted by "JingDas (Jira)" <ji...@apache.org> on 2023/08/04 05:04:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5895) The result of table sample rate 0 should be empty - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/04 07:48:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5896) Document client certificate JDBC URL options - posted by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/08/04 10:55:00 UTC, 0 replies.
- [Discussion] Can we forbidden SEARCH operator when use other execution engine? - posted by "P.F. ZHAN" <de...@gmail.com> on 2023/08/04 11:49:24 UTC, 12 replies.
- [jira] [Created] (CALCITE-5897) Add Presto functions - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/06 04:07:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5898) Add UUID function (enabled in Presto library) - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/06 04:17:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5899) Add HAMMING_DISTANCE function (enabled in Presto library) - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/06 04:26:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5900) Add TO_BASE64URL and FROM_BASE64URL function (enabled in Presto library) - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/06 04:36:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5901) Compiler should not accept DECIMAL types with precision < scale - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/06 18:28:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5902) Add DATE_TRUNC function consistent with Apache Spark - posted by "Guillaume Massé (Jira)" <ji...@apache.org> on 2023/08/06 20:59:00 UTC, 0 replies.
- [DISCUSS] Increase the default maximum precision and scale of the number type - posted by Ran Tao <ch...@gmail.com> on 2023/08/07 02:58:09 UTC, 7 replies.
- [Discussion] Split function has some wrong and strange behaviors - posted by "P.F. ZHAN" <de...@gmail.com> on 2023/08/07 07:13:50 UTC, 16 replies.
- [jira] [Created] (CALCITE-5903) RelMdCollation does not define collations for EnumerableLimit - posted by "Ruben Q L (Jira)" <ji...@apache.org> on 2023/08/07 07:38:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5904) Make SqlNode tree,RelNode tree and result be correct when table sample rate is 0 - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/07 12:51:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5905) Documentation for CREATE TYPE is incorrect - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/07 22:54:00 UTC, 0 replies.
- Extending SqlColumnDeclaration - posted by mb...@gmail.com on 2023/08/07 23:35:02 UTC, 1 replies.
- [jira] [Created] (CALCITE-5906) RelToSqlConverter throw AssertionError when RelNode tree has the Sample RelNode - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/08 04:45:00 UTC, 0 replies.
- [Question] What is meaning of tablesample substitute('medium')? - posted by LakeShen <sh...@gmail.com> on 2023/08/08 11:27:43 UTC, 2 replies.
- [jira] [Created] (CALCITE-5907) Unexpected boolean expression simplification for And expression - posted by "Yunhong Zheng (Jira)" <ji...@apache.org> on 2023/08/08 12:18:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5908) Remove misleading NULL checks in CalciteSchema - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/08 15:27:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5909) SqlParserTest has a failed unit test, but the Calcite pipeline passed all of them - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/08 15:30:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5910) Implement BigQuery functions REGEXP_EXTRACT and REGEXP_EXTRACT_ALL - posted by "Jerin John (Jira)" <ji...@apache.org> on 2023/08/08 17:38:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5911) Implement BigQuery function REGEXP_EXTRACT_ALL - posted by "Jerin John (Jira)" <ji...@apache.org> on 2023/08/08 18:54:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5912) Add an implementation of TABLESAMPLE in enumerable mode. - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/09 01:38:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5913) Support to get functional dependency metadata in RelMetadataQuery - posted by "JingDas (Jira)" <ji...@apache.org> on 2023/08/09 03:06:00 UTC, 0 replies.
- Why is Filter's condition required to be flat? - posted by Ian Bertolacci <ia...@workday.com.INVALID> on 2023/08/09 16:09:29 UTC, 2 replies.
- [jira] [Created] (CALCITE-5914) Cache compiled regular expressions in SQL function runtime - posted by "Julian Hyde (Jira)" <ji...@apache.org> on 2023/08/09 23:40:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5915) Missing SQL hints in not-expanded subqueries. - posted by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2023/08/10 14:15:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5916) In RelBuilder, add sample() method (equivalent to SQL TABLESAMPLE clause) - posted by "Julian Hyde (Jira)" <ji...@apache.org> on 2023/08/10 18:53:00 UTC, 0 replies.
- TimeString - posted by mb...@gmail.com on 2023/08/11 00:06:32 UTC, 4 replies.
- [jira] [Created] (CALCITE-5917) Comments in TimeString class are incorrect - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/11 00:10:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5918) Add MAP function (enabled in Spark library) - posted by "Guillaume Massé (Jira)" <ji...@apache.org> on 2023/08/11 16:48:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5919) Compile-time implementation of EXTRACT ignores sub-millisecond values - posted by "Mihai Budiu (Jira)" <ji...@apache.org> on 2023/08/11 18:13:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5920) Reset PERCENTILE_CONT/PERCENTILE_DISC to ReservedKeyWords - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/12 03:54:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5921) SqlOperatorFixture.checkFails and checkAggFails don't check runtime failure - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/13 07:56:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5922) POSITION signature incorrect for SparkSQL - posted by "hongyu guo (Jira)" <ji...@apache.org> on 2023/08/13 08:05:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5923) Some test cases in `SqlOperatorTest` violates the test fixture's design principle - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/13 09:49:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5924) LoptOptimizeJoinRule has when judging if SelfJoinKeys are unique - posted by "qiang.wang (Jira)" <ji...@apache.org> on 2023/08/13 14:00:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5926) LoptOptimizeJoinRule has when judging if SelfJoinKeys are unique - posted by "qiang.wang (Jira)" <ji...@apache.org> on 2023/08/13 14:02:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5925) LoptOptimizeJoinRule has when judging if SelfJoinKeys are unique - posted by "qiang.wang (Jira)" <ji...@apache.org> on 2023/08/13 14:02:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5927) LoptOptimizeJoinRule has wrong condition when finding out if Self-Join keys are unique - posted by "qiang.wang (Jira)" <ji...@apache.org> on 2023/08/13 14:05:00 UTC, 0 replies.
- [Discussion] Make SubTreeHintPropagateShuttle hint that match the search layer can be configured - posted by LakeShen <sh...@gmail.com> on 2023/08/14 03:47:39 UTC, 3 replies.
- RE: Re: [DISCUSS] Sharing the load of reviewing PRs - posted by Hongyu Guo <gu...@pku.edu.cn> on 2023/08/14 09:26:30 UTC, 5 replies.
- [Question] Working with defaults in calcite. - posted by stanilovsky evgeny <es...@gridgain.com> on 2023/08/14 14:40:59 UTC, 2 replies.
- [jira] [Created] (CALCITE-5928) Add SortHomogenizeRule for homogenization sort fields for futher optimize - posted by "JingDas (Jira)" <ji...@apache.org> on 2023/08/14 15:07:00 UTC, 0 replies.
- Understanding the RelMdColumnUniqueness private constructor - posted by Nick Riasanovsky <ni...@bodo.ai> on 2023/08/14 16:32:50 UTC, 2 replies.
- [jira] [Created] (CALCITE-5929) Improve LogicalWindow print plan to add the constant value - posted by "xiong duan (Jira)" <ji...@apache.org> on 2023/08/15 01:09:00 UTC, 0 replies.
- PR CALCITE-5870 Review Request - posted by LakeShen <sh...@gmail.com> on 2023/08/15 03:40:53 UTC, 0 replies.
- Implementing HASH(*) - posted by Kian Nassre <ki...@bodo.ai> on 2023/08/15 04:31:41 UTC, 4 replies.
- [jira] [Created] (CALCITE-5930) When data types do not match, calcite may make a calculation error - posted by "libopeng (Jira)" <ji...@apache.org> on 2023/08/15 13:37:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5931) Fix integral number detection - posted by "Claude Brisson (Jira)" <ji...@apache.org> on 2023/08/16 07:43:00 UTC, 0 replies.
- A link in the code has expired - posted by Hongyu Guo <gu...@gmail.com> on 2023/08/16 13:29:55 UTC, 3 replies.
- [jira] [Created] (CALCITE-5932) Add SAFE_SUBTRACT function (enabled in BigQuery library) - posted by "Tanner Clary (Jira)" <ji...@apache.org> on 2023/08/16 17:41:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5933) Add SAFE_DIVIDE function (enabled in BigQuery library) - posted by "Tanner Clary (Jira)" <ji...@apache.org> on 2023/08/16 21:03:00 UTC, 0 replies.
- [Discussion] How to get the table alias in RelNode tree or TableScan? - posted by LakeShen <sh...@gmail.com> on 2023/08/17 02:51:39 UTC, 2 replies.
- [jira] [Created] (CALCITE-5934) calcite avatica calculation error - posted by "libopeng (Jira)" <ji...@apache.org> on 2023/08/17 07:23:00 UTC, 0 replies.
- Mailing list threading improvements - posted by Christofer Dutz <cd...@apache.org> on 2023/08/17 08:27:39 UTC, 0 replies.
- [jira] [Created] (CALCITE-5935) Add CODE_POINTS_TO_BYTES function(enabled in BigQuery library) - posted by "hongyu guo (Jira)" <ji...@apache.org> on 2023/08/17 16:25:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5936) Refactor: Move the Enumerable tester method to EnumerableTestBase - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/18 01:54:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5937) The parsing error should not be thrown even there is no Hint in Hint Statement - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/18 09:38:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5938) Update HSQLDB to Version 2.7.1 - posted by "Shalani Weerasooriya (Jira)" <ji...@apache.org> on 2023/08/18 16:27:00 UTC, 0 replies.
- Build failed in Jenkins: Calcite » Calcite-snapshots #568 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/18 16:48:05 UTC, 0 replies.
- Jenkins build is back to normal : Calcite » Calcite-snapshots #569 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/19 03:24:06 UTC, 0 replies.
- [jira] [Created] (CALCITE-5939) Support join derivability mv rewrite for unifyRule - posted by "kate (Jira)" <ji...@apache.org> on 2023/08/19 17:11:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5940) Add the Rules to optimize Limit - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/20 02:31:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5941) Support LITERAL_AGG in Interpreter - posted by "Julian Hyde (Jira)" <ji...@apache.org> on 2023/08/20 06:52:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5942) Remove unused import in SqlAbstractParserImpl - posted by "ZhangJian He (Jira)" <ji...@apache.org> on 2023/08/20 08:32:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5943) RelMdSelectivity can return more precise selectivity for Sample - posted by "Jiajun Xie (Jira)" <ji...@apache.org> on 2023/08/20 08:47:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5944) RelMdRowCount can return more accurate rowCount - posted by "Jiajun Xie (Jira)" <ji...@apache.org> on 2023/08/20 09:16:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5945) Forced join order SQL hint. - posted by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2023/08/20 10:37:00 UTC, 0 replies.
- Build failed in Jenkins: Calcite » Calcite-snapshots #571 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/21 01:06:34 UTC, 0 replies.
- Jenkins build is back to normal : Calcite » Calcite-snapshots #572 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/21 05:17:06 UTC, 0 replies.
- [jira] [Created] (CALCITE-5946) TimeString should allow fractional seconds ending in zero - posted by "ZhangJian He (Jira)" <ji...@apache.org> on 2023/08/21 08:08:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5947) Use existing ticket cache for kerberos login - posted by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/08/21 12:35:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5948) A serials of array functions failed in runtime cause by incorrect avatica type cast behavior - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/21 15:22:00 UTC, 0 replies.
- PR CALCITE-5909/5920 Review Request - posted by Ran Tao <ch...@gmail.com> on 2023/08/21 15:40:55 UTC, 1 replies.
- Build failed in Jenkins: Calcite » Calcite-snapshots #574 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/21 22:53:37 UTC, 0 replies.
- Jenkins build is back to normal : Calcite » Calcite-snapshots #575 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/22 02:21:39 UTC, 0 replies.
- [jira] [Created] (CALCITE-5949) RexExecutable correct handling of invalid expressions - posted by "Claude Brisson (Jira)" <ji...@apache.org> on 2023/08/22 10:22:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5950) Default column constraint is erroneously processed. - posted by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/08/22 13:35:00 UTC, 4 replies.
- Query optimization time with Calcite - posted by Abhijit Subramanya <ab...@zettablock.com> on 2023/08/22 18:33:21 UTC, 3 replies.
- [jira] [Created] (CALCITE-5951) PRECEDES function, for period-to-date calculations - posted by "Julian Hyde (Jira)" <ji...@apache.org> on 2023/08/22 18:55:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5952) Semi-Join incorrectly reordered with Left-Join by SemiJoinJoinTransposeRule - posted by "Leonid Chistov (Jira)" <ji...@apache.org> on 2023/08/23 09:35:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5953) AggregateCaseToFilterRule may make inaccurate SUM transformation - posted by "Zoltan Haindrich (Jira)" <ji...@apache.org> on 2023/08/23 16:28:00 UTC, 0 replies.
- Functions that cache state, e.g. compiled regular expressions - posted by Julian Hyde <jh...@apache.org> on 2023/08/23 21:54:17 UTC, 0 replies.
- Build failed in Jenkins: Calcite » Calcite-snapshots #576 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/24 10:55:22 UTC, 0 replies.
- Jenkins build is back to normal : Calcite » Calcite-snapshots #577 - posted by Apache Jenkins Server <je...@builds.apache.org> on 2023/08/24 11:01:28 UTC, 0 replies.
- JDBC 4.2 or 4.3 support - posted by Tony Falabella <to...@yahoo.com.INVALID> on 2023/08/24 12:25:25 UTC, 1 replies.
- [jira] [Created] (CALCITE-5954) Support MERGE in RelToSqlConverter - posted by "hongyu guo (Jira)" <ji...@apache.org> on 2023/08/24 13:04:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5955) Non-aggregate window functions incorrectly contain window frame clause for BigQuery - posted by "Tanner Clary (Jira)" <ji...@apache.org> on 2023/08/24 18:24:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5956) Support parsing non-standand collection type - posted by "hongyu guo (Jira)" <ji...@apache.org> on 2023/08/25 11:12:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5957) Validate DATE '1945-2-2' is not accepted due to regression - posted by "Runkang He (Jira)" <ji...@apache.org> on 2023/08/26 15:12:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5958) Make the value be nonReservedKeywords(consistent with Postgres) - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/27 04:31:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5959) Cast(200 as boolean) should return true(consistent with Postgres and Mysql) - posted by "LakeShen (Jira)" <ji...@apache.org> on 2023/08/27 04:53:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5960) Unexpected type should pass through the RexToLixTranslator#scaleIntervalToNumber instead of NPE - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/27 06:33:00 UTC, 0 replies.
- PR CALCITE-5889 Review Request - posted by LakeShen <sh...@gmail.com> on 2023/08/27 13:01:09 UTC, 2 replies.
- PR CALCITE-5948 Review Request - posted by Ran Tao <ch...@gmail.com> on 2023/08/28 05:07:26 UTC, 2 replies.
- [jira] [Created] (CALCITE-5961) Inference type of ARRAY_COMPACT is incorrect - posted by "Ran Tao (Jira)" <ji...@apache.org> on 2023/08/28 05:17:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5962) Add "ANTI JOIN" enumeration type at JoinType.java - posted by "LiYuE (Jira)" <ji...@apache.org> on 2023/08/28 10:01:00 UTC, 0 replies.
- [Question] How to test the correctness of an optimization rule in quidem? - posted by LakeShen <sh...@gmail.com> on 2023/08/28 12:36:26 UTC, 4 replies.
- LITERAL_AGG question - posted by stanilovsky evgeny <es...@gridgain.com> on 2023/08/28 14:30:13 UTC, 2 replies.
- [jira] [Created] (CALCITE-5963) Simplify 'x OR NOT(x)' to TRUE - posted by "hongyu guo (Jira)" <ji...@apache.org> on 2023/08/28 15:15:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5964) Support additional metadata attributes in GET_TABLES and GET_COLUMNS - posted by "Oliver Lee (Jira)" <ji...@apache.org> on 2023/08/28 22:04:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5965) Avoid unnecessary String concatenations in the RexFieldAccess constructor to improve the performance - posted by "Thomas Rebele (Jira)" <ji...@apache.org> on 2023/08/29 12:51:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5966) Upgrade commons-dbcp2 to 2.9.0 - posted by "ZhangJian He (Jira)" <ji...@apache.org> on 2023/08/29 15:05:00 UTC, 0 replies.
- [jira] [Created] (CALCITE-5967) UnsupportedOperationException while implementing call that requires a special collator - posted by "Ruben Q L (Jira)" <ji...@apache.org> on 2023/08/29 16:22:00 UTC, 0 replies.
- Filter push-down below join not occurring for custom UDF - posted by Ian Bertolacci <ia...@workday.com.INVALID> on 2023/08/30 02:14:32 UTC, 5 replies.
- [jira] [Created] (CALCITE-5968) Provide an interface class for RexExecutable to decouple janino runtime binding - posted by "Wenzhuang Zhu (Jira)" <ji...@apache.org> on 2023/08/30 12:23:01 UTC, 0 replies.
- [jira] [Created] (CALCITE-5969) LITERAL_AGG erroneously assembled after deserialization - posted by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/08/31 07:06:00 UTC, 0 replies.
- PR CI Failures Question - posted by Tanner Clary <ta...@google.com.INVALID> on 2023/08/31 16:13:56 UTC, 5 replies.