Re: Make the github PR commits and File changed clean

2023-09-06 Thread Ran Tao
really trying to saying. BTW, your picture was broken. I think your screenshot might be useful. Best Regards, Ran Tao LakeShen 于2023年9月7日周四 09:54写道: > Thanks to Julian and Alessandro for your reply.I agree with your point,maybe > I don't have a clear description of my thought. > > Bec

Re: PR CI Failures Question

2023-08-31 Thread Ran Tao
I also encountered this problem once, even force-push didn't work. I recreated PR to bypass this problem. It also happened on windows. https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-5878 Best Regards, Ran Tao Tanner Clary 于2023年9月1日周五 00:15写道: > Hi Calcite Developers, &g

Re: PR CALCITE-5948 Review Request

2023-09-01 Thread Ran Tao
Hi, Tanner. I have solved some comments. thanks for reviewing. Best Regards, Ran Tao Tanner Clary 于2023年8月31日周四 23:40写道: > Hi Ran Tao, > > Thank you for opening this PR, I tried to leave a couple of suggestions. > > Best, > Tanner Clary > > On Thu, Aug 31, 2023 a

Re: PR CALCITE-5948 Review Request

2023-08-31 Thread Ran Tao
Hi, devs. can anyone help to review this? thanks. Best Regards, Ran Tao Ran Tao 于2023年8月28日周一 13:07写道: > Hi devs, > > I opened a ticket CALCITE-5948[1] to solved the questions below. > > If we call elements cast in array or map functions such as `array(1, > cast(2 as ti

Can we enable '-ea' in csv sqlline by default

2023-10-27 Thread Ran Tao
example/csv, so that inconsistent behavior will not occur during the dev process and when executing tests on the IDE. what do you think? [1] https://github.com/apache/calcite/blob/main/example/csv/sqlline#L43 Best Regards, Ran Tao https://github.com/chucheng92

Re: [ANNOUNCE] New committer: Lei Shen

2023-11-01 Thread Ran Tao
Congrats, Lei! Best Regards, Ran Tao Runkang He 于2023年11月1日周三 17:26写道: > Congratulations, Lei! > > Best, > Runkang He > > Ruben Q L 于2023年11月1日周三 16:49写道: > > > Congratulations!! > > > > > > On Wed, Nov 1, 2023 at 12:09 AM Zhengqiang Duan

Re: [ANNOUNCE] New committer: Runkang He

2023-11-02 Thread Ran Tao
Congrats, Runkang! Best Regards, Ran Tao Benchao Li 于2023年11月2日周四 22:27写道: > Apache Calcite's Project Management Committee (PMC) has invited > Runkang He to become a committer, and we are pleased to announce that > they have accepted. > > Runkang has added many new functions to

Re: [ANNOUNCE] New committer: Mihai Budiu

2023-10-26 Thread Ran Tao
Congratulations, Mihai ! and thanks for the review in the issue and PR ! Best Regards, Ran Tao Stamatis Zampetakis 于2023年10月26日周四 16:57写道: > Apache Calcite's Project Management Committee (PMC) has invited Mihai > Budiu to become a committer, and we are pleased to announce that he

Re: [DISCUSS] State of the project 2023

2023-10-26 Thread Ran Tao
deep, no matter what page or form they are provided. hope the community will get better and better in the new year. Best Regards, Ran Tao https://github.com/chucheng92 Hongyu Guo 于2023年10月27日周五 00:05写道: > Hi devs, > > There is no doubt that Calcite boasts powerful capabilities,

Re: [DISCUSS] Towards Calcite 1.36.0

2023-10-30 Thread Ran Tao
/jira/browse/CALCITE-4455 Best Regards, Ran Tao Jiajun Xie 于2023年10月28日周六 13:34写道: > Hi, all: > We're already very close to 1.36.0, all unresolved issues has been someone > reviewed. > > > > https://issues.apache.org/jira/browse/CALCITE-6047?jql=project%20%3D%20CALCITE

Re: Can we enable '-ea' in csv sqlline by default

2023-10-27 Thread Ran Tao
on by default, but I also agree that a cmd similar to 'sqlline -ea' can be supported. [1] From calcite 1.20 to the current 1.35, there is another bug that causes this case to fail, which has nothing to do with assert. Therefore, it is described here as calcite-1.20. Best Regards, Ran Tao Julian Hyde 于

Re: [ANNOUNCE] New committer: Ran Tao

2023-10-28 Thread Ran Tao
times for reviewing or merging code. I will continue to contribute to the community and learn from everyone, and wish the community can grow sustainably and healthily, and get better. Best Regards, Ran Tao https://github.com/chucheng92 Zhengqiang Duan 于2023年10月28日周六 16:50写道: > Congrats, Ran

Re: PR CALCITE-5948 Review Request

2023-09-18 Thread Ran Tao
hi, devs. I have opened a ticket https://issues.apache.org/jira/browse/CALCITE-5948 to solve explicit casting in array/map. Tanner helped me review part of it, looking forward to +1 additional review. thanks. Best Regards, Ran Tao Ran Tao 于2023年9月1日周五 23:53写道: > Hi, Tanner. I have sol

Re: gradle build main branch encounters error

2023-09-22 Thread Ran Tao
suggestion, maybe you can clear the local project cache or gradle cache and try again, it will works. Best Regards, Ran Tao P.F. ZHAN 于2023年9月22日周五 02:54写道: > I rebased the newest code, and built the code locally > > * What went wrong: > Execution failed for task ':linq4j:forbi

Re: Calcite PR workflow 's Windows (JDK 8) pipeline job and Windows (JDK 17) always failed

2023-10-12 Thread Ran Tao
>>> this,If I resubmit the PR, I still get this error. For this situation, you can close your PR and re-create a new one. I have skipped this error by using this way. Best Regards, Ran Tao Ran Tao 于2023年10月12日周四 17:13写道: > I have encountered similar problems before[1]. > It

Re: Calcite PR workflow 's Windows (JDK 8) pipeline job and Windows (JDK 17) always failed

2023-10-12 Thread Ran Tao
I have encountered similar problems before[1]. It is most likely a problem with the gradle cache or something of the CI machine. You can try again. [1] https://issues.apache.org/jira/browse/CALCITE-5878 Best Regards, Ran Tao LakeShen 于2023年10月12日周四 16:45写道: > Hi Community, Now I find that

PR CALCITE-6040/CALCITE-5918 Review Request

2023-10-12 Thread Ran Tao
Best Regards, Ran Tao

Re: PR CALCITE-6040/CALCITE-5918 Review Request

2023-10-12 Thread Ran Tao
thanks Tanner for reviewing it! I will fix the comments/problems ASAP. Best Regards, Ran Tao Tanner Clary 于2023年10月13日周五 00:10写道: > I added some comments and questions to pull #3459, thanks for > the contributions! > > Tanner > > On Thu, Oct 12, 2023 at 8:27 AM Ran Ta

PR CALCITE-5918 Review Request

2023-10-07 Thread Ran Tao
If someone has time, please help me to review this PR, thanks. [1] https://issues.apache.org/jira/browse/CALCITE-5918 Best Regards, Ran Tao https://github.com/chucheng92

Re: [DISCUSS] Towards Calcite 1.36.0

2023-10-18 Thread Ran Tao
/browse/CALCITE-6041 Best Regards, Ran Tao Benchao Li 于2023年10月8日周日 11:02写道: > It's been a bit more than 2 months since our last release [1] and > there are currently 90+ new commits in main branch. > > As usual, according to our Jira dashboard [2] and Github [3], there > are many

Re: [DISCUSS] Towards Calcite 1.36.0

2023-10-11 Thread Ran Tao
) either. Best Regards, Ran Tao Benchao Li 于2023年10月8日周日 11:02写道: > It's been a bit more than 2 months since our last release [1] and > there are currently 90+ new commits in main branch. > > As usual, according to our Jira dashboard [2] and Github [3], there > are many pending is

PR CALCITE-5909/5920 Review Request

2023-08-21 Thread Ran Tao
pipeline. It contains 2 related commits CALCITE-5909[1] and CALCITE-5920[2]. If someone have time, please help to review it, thanks. Jira: [1] https://issues.apache.org/jira/browse/CALCITE-5909 [2] https://issues.apache.org/jira/browse/CALCITE-5920 Best Regards, Ran Tao

PR CALCITE-5948 Review Request

2023-08-27 Thread Ran Tao
://github.com/apache/calcite/pull/3395 [1] https://issues.apache.org/jira/browse/CALCITE-5948 [2] https://issues.apache.org/jira/browse/CALCITE-4850 [3] https://issues.apache.org/jira/browse/CALCITE-5960 Best Regards, Ran Tao https://github.com/chucheng92

Re: JOIN and "Type mismatch: rowtype of new rel: RecordType ... NOT NULL rowtype of set"

2023-11-09 Thread Ran Tao
. But as long as a specific standard case/sql and a certain calcite version are given, we can easily draw from the commit/code history which commit, which version introduced the problem or it has never worked correctly. Best Regards, Ran Tao Egor Ryashin 于2023年11月9日周四 18:10写道: > FYI, i

redis-server.app request network problem during calcite build

2023-07-07 Thread Ran Tao
manual confirmation every time , but the problem is that I did not find *redis-server.app <http://redis-server.app>* after scanning the hard disk. Is this automatically installed during calcite build? If yes, where is the directory? Best Regards, Ran Tao https://github.com/chucheng92

Re: redis-server.app request network problem during calcite build

2023-07-10 Thread Ran Tao
hi, Benchao. when i open docker it works well. thanks a lot. Best Regards, Ran Tao https://github.com/chucheng92 Benchao Li 于2023年7月7日周五 22:29写道: > Hi Ran, > > There is no installation of Redis while running the tests in Redis Adapter, > the test will start an embedded Redis serv

Re: Empty array literal

2023-08-01 Thread Ran Tao
`, obviously, this exception comes from calcite. If calcite support this, then flink also support it. It would be better if you can confirm whether the sql standard supports it. Best Regards, Ran Tao https://github.com/chucheng92 于2023年8月1日周二 09:35写道: > Hello, > > > > It l

Re: DECIMAL(2, 3) meaning

2023-08-04 Thread Ran Tao
t works, it just cast behavior, not say 0.012 is DECIMAL(2, 5). you can try cast cast(0.012 as DECIMAL(1, 5)), cast(0.012 as DECIMAL(2, 5)), cast(0.012 as DECIMAL(6, 5)) all works. I think here the cast just not check the precision. it's another question. if i'm wrong, pls correct me. hope it helps you

Re: [DISCUSS] Increase the default maximum precision and scale of the number type

2023-08-07 Thread Ran Tao
hi, Shen, thanks for comments. postgresql maximum precision is 1000 by default. postgresql[1] [1,1000] [-1000,1000] [1] https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-NUMERIC-TABLE Best Regards, Ran Tao https://github.com/chucheng92 LakeShen 于2023年8月7日周一 16:24写道: >

Re: [Discussion] Split function has some wrong and strange behaviors

2023-08-07 Thread Ran Tao
e) to execute in unit tests. You can check this usage, hope it helps you. Best Regards, Ran Tao https://github.com/chucheng92 P.F. ZHAN 于2023年8月7日周一 15:22写道: > Sorry, I made a mistake, used Chinese to describe my question. > > Hi, When I was testing the split function w

Re: [DISCUSS] Increase the default maximum precision and scale of the number type

2023-08-07 Thread Ran Tao
l(TYPE_SYSTEM); > > Then you can use this type factory in other structures you build, like the > CatalogReader, the Validator, and the Cluster. > > > -Original Message- > From: Ran Tao > Sent: Sunday, August 06, 2023 7:58 PM > To: dev@calcite.apache.org > Subject: [D

Re: [DISCUSS] Increase the default maximum precision and scale of the number type

2023-08-08 Thread Ran Tao
e current maximum, > DECIMAL(19), can be handled by 64-bit signed integers (Java long). > > > On Aug 7, 2023, at 7:18 PM, Ran Tao wrote: > > > > hi, mbudiu. > > > > I get your point. Ofcourse, we can override `RelDataTypeSystemImpl`. > > howe

[DISCUSS] Increase the default maximum precision and scale of the number type

2023-08-06 Thread Ran Tao
-master/api/java/org/apache/flink/table/api/DataTypes.html Best Regards, Ran Tao https://github.com/chucheng92

Re: [DISCUSS] Increase the default maximum precision and scale of the number type

2023-08-06 Thread Ran Tao
sorry for the reference link. engine precision range scale range calcite [1,19] [1,19] oracle[1] [1,38] [-84,127] sqlserver[2] [1,38] [0,38] mysql[3] [1,65] [0,30] spark[4] [1,38] [0,38] hive[5] [1,38] [0,38] flink[6] [1,38] [0,38] Ran Tao 于2023年8月7日周一 10:58写道: > Hi, devs. I have noti

Main Force Push

2023-12-18 Thread Ran Tao
that, just wanted to offer up an explanation. Sorry for the disruption! Best Regards, Ran Tao

Re: [ANNOUNCE] New Calcite PMC chair: Benchao Li

2023-12-21 Thread Ran Tao
Congratulations Benchao! and thanks Stamatis for his great job! Best Regards, Ran Tao Benchao Li 于2023年12月22日周五 10:41写道: > Thank you everyone! And thanks Stamatis for being a great chair, twice! > > I'm very honored to be elected as the chair of Calcite for next year. > This is m

Re: Reminder about ASF release approval

2023-12-11 Thread Ran Tao
Thanks to @Stamatis for reminding us of this. It will help us, especially those new to the ASF community and open source, familiar with the process and rules of vote. Best Regards, Ran Tao Stamatis Zampetakis 于2023年12月11日周一 17:29写道: > Hey everyone, > > The community is growing

Re: [MINOR]

2024-01-03 Thread Ran Tao
Regards, Ran Tao Istvan Toth 于2024年1月3日周三 16:11写道: > Perhaps the square bracket convention ? > If the ticket starts with CALICITE-\d+ , then make sure that the JIRA > ticket id is between brackets. > > Also check for Gerrit Change IDs which are often added automatically, and a &g

continuous-integration/jenkins always failed

2024-01-26 Thread Ran Tao
%2FCalcite-sonar/detail/main/448/pipeline https://ci-builds.apache.org/blue/organizations/jenkins/Calcite%2FCalcite-sonar/detail/main/447/ Best Regards, Ran Tao

Re: Collection of some jira cases

2024-01-26 Thread Ran Tao
some interesting issues, where both contributors and new beginners can see it intuitively, and next, make some contributions. Can we categorize these issues and tag them? Users can use tags to filter. Best Regards, Ran Tao Hongyu Guo 于2024年1月26日周五 19:01写道: > Some active communities

Re: [VOTE] Release Apache Calcite 1.36.0 (release candidate 0)

2023-11-08 Thread Ran Tao
sion related sqls OK +1(non-binding) from my side. Best Regards, Ran Tao Benchao Li 于2023年11月8日周三 18:00写道: > Thank you all for helping verify the release. One small declaration, > only PMC voting is binding according to apache guidelines[1]. > > [1] https://www.apache.org/founda

Re: Some questions about calcite

2024-02-22 Thread Ran Tao
not discovered or planned to fix them. I bring this up because one of these open source projects is always moving forward, calcite also needs to synchronize their modifications. [1] https://issues.apache.org/jira/browse/SPARK-45078 Best Regards, Ran Tao Cancai Cai 于2024年2月23日周五 10:10写道: > Maybe I a

Re: [ANNOUNCE] Sergey Nuyanzin joins Calcite PMC

2024-03-05 Thread Ran Tao
Congratulations Sergey! Best Regards, Ran Tao Benchao Li 于2024年3月5日周二 20:14写道: > I am pleased to announce that Sergey has accepted an invitation to > join the Calcite PMC. Sergey has been a consistent and helpful figure > in the Calcite community for which we are very grateful

[jira] [Created] (CALCITE-5976) The ArrayPrepend/ArrayAppend/ArrayInsert function should make explicit casting when element type not equals derived component type

2023-09-05 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5976: Summary: The ArrayPrepend/ArrayAppend/ArrayInsert function should make explicit casting when element type not equals derived component type Key: CALCITE-5976 URL: https

[jira] [Created] (CALCITE-6017) The github link of released versions in doc may has no reference value

2023-09-20 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6017: Summary: The github link of released versions in doc may has no reference value Key: CALCITE-6017 URL: https://issues.apache.org/jira/browse/CALCITE-6017 Project: Calcite

[jira] [Created] (CALCITE-6027) Add the rule to simplify cardinality on map_keys and map_values functions

2023-09-26 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6027: Summary: Add the rule to simplify cardinality on map_keys and map_values functions Key: CALCITE-6027 URL: https://issues.apache.org/jira/browse/CALCITE-6027 Project: Calcite

[jira] [Created] (CALCITE-6040) SqlOperatorFixture check result type failed for converted types

2023-10-07 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6040: Summary: SqlOperatorFixture check result type failed for converted types Key: CALCITE-6040 URL: https://issues.apache.org/jira/browse/CALCITE-6040 Project: Calcite

[jira] [Created] (CALCITE-6041) Map query failed with NullPointerException in runtime phase

2023-10-07 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6041: Summary: Map query failed with NullPointerException in runtime phase Key: CALCITE-6041 URL: https://issues.apache.org/jira/browse/CALCITE-6041 Project: Calcite

[jira] [Created] (CALCITE-6037) The function category of ARRAY/EXTRACT_VALUE/XML_TRANSFORM/EXTRACT/EXISTSNODE is incorrect

2023-10-06 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6037: Summary: The function category of ARRAY/EXTRACT_VALUE/XML_TRANSFORM/EXTRACT/EXISTSNODE is incorrect Key: CALCITE-6037 URL: https://issues.apache.org/jira/browse/CALCITE-6037

[jira] [Created] (CALCITE-6042) Add more tests for ARRAY functions(Spark Library)

2023-10-08 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6042: Summary: Add more tests for ARRAY functions(Spark Library) Key: CALCITE-6042 URL: https://issues.apache.org/jira/browse/CALCITE-6042 Project: Calcite Issue Type

[jira] [Created] (CALCITE-6061) MapValueConstrcutor/MapQueryConstructor use LinkedHashMap erroneously

2023-10-19 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6061: Summary: MapValueConstrcutor/MapQueryConstructor use LinkedHashMap erroneously Key: CALCITE-6061 URL: https://issues.apache.org/jira/browse/CALCITE-6061 Project: Calcite

[jira] [Created] (CALCITE-6063) ARRAY sub-query with OrderBy return unexpected results

2023-10-20 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6063: Summary: ARRAY sub-query with OrderBy return unexpected results Key: CALCITE-6063 URL: https://issues.apache.org/jira/browse/CALCITE-6063 Project: Calcite Issue

[jira] [Created] (CALCITE-5948) A serials of array functions failed in runtime cause by incorrect avatica type cast behavior

2023-08-21 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5948: Summary: A serials of array functions failed in runtime cause by incorrect avatica type cast behavior Key: CALCITE-5948 URL: https://issues.apache.org/jira/browse/CALCITE-5948

[jira] [Created] (CALCITE-5961) Inference type of ARRAY_COMPACT is incorrect

2023-08-27 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5961: Summary: Inference type of ARRAY_COMPACT is incorrect Key: CALCITE-5961 URL: https://issues.apache.org/jira/browse/CALCITE-5961 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-5960) Unexpected type should pass through the RexToLixTranslator#scaleIntervalToNumber instead of NPE

2023-08-27 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5960: Summary: Unexpected type should pass through the RexToLixTranslator#scaleIntervalToNumber instead of NPE Key: CALCITE-5960 URL: https://issues.apache.org/jira/browse/CALCITE-5960

[jira] [Created] (CALCITE-5623) assert

2023-03-30 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5623: Summary: assert Key: CALCITE-5623 URL: https://issues.apache.org/jira/browse/CALCITE-5623 Project: Calcite Issue Type: Bug Reporter: Ran Tao

[jira] [Created] (CALCITE-5822) Add BIT_LENGTH for spark dialect

2023-07-07 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5822: Summary: Add BIT_LENGTH for spark dialect Key: CALCITE-5822 URL: https://issues.apache.org/jira/browse/CALCITE-5822 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-5841) Improve the logic of creating JDBCMeta singleton in calcite plus

2023-07-12 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5841: Summary: Improve the logic of creating JDBCMeta singleton in calcite plus Key: CALCITE-5841 URL: https://issues.apache.org/jira/browse/CALCITE-5841 Project: Calcite

[jira] [Created] (CALCITE-5840) Incorrect SOUNDEX function semantics in MySql library

2023-07-12 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5840: Summary: Incorrect SOUNDEX function semantics in MySql library Key: CALCITE-5840 URL: https://issues.apache.org/jira/browse/CALCITE-5840 Project: Calcite Issue Type

[jira] [Created] (CALCITE-5862) Incorrect NPE semantics of array function enabled in Spark Library

2023-07-19 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5862: Summary: Incorrect NPE semantics of array function enabled in Spark Library Key: CALCITE-5862 URL: https://issues.apache.org/jira/browse/CALCITE-5862 Project: Calcite

[jira] [Created] (CALCITE-5823) Remove commons-collections dependency from innodb

2023-07-09 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5823: Summary: Remove commons-collections dependency from innodb Key: CALCITE-5823 URL: https://issues.apache.org/jira/browse/CALCITE-5823 Project: Calcite Issue Type

[jira] [Created] (CALCITE-5824) Innodb IndexCondition should safely deal with null pointQueryKey

2023-07-09 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5824: Summary: Innodb IndexCondition should safely deal with null pointQueryKey Key: CALCITE-5824 URL: https://issues.apache.org/jira/browse/CALCITE-5824 Project: Calcite

[jira] [Created] (CALCITE-5829) Add BYTE_LENGTH function (enabled in BigQuery)

2023-07-10 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5829: Summary: Add BYTE_LENGTH function (enabled in BigQuery) Key: CALCITE-5829 URL: https://issues.apache.org/jira/browse/CALCITE-5829 Project: Calcite Issue Type

[jira] [Created] (CALCITE-5831) Add soundex for Spark dialect

2023-07-10 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5831: Summary: Add soundex for Spark dialect Key: CALCITE-5831 URL: https://issues.apache.org/jira/browse/CALCITE-5831 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-5830) Add ARRAY_INSERT for Spark dialect

2023-07-10 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5830: Summary: Add ARRAY_INSERT for Spark dialect Key: CALCITE-5830 URL: https://issues.apache.org/jira/browse/CALCITE-5830 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-5819) Bump commons-collections 3.x to commons-collections4

2023-07-06 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5819: Summary: Bump commons-collections 3.x to commons-collections4 Key: CALCITE-5819 URL: https://issues.apache.org/jira/browse/CALCITE-5819 Project: Calcite Issue Type

[jira] [Created] (CALCITE-5893) Wrong NULL literal behavior of ARRAY_CONTAINS/ARRAY_EXCEPT/ARRAY_INTERSECT In Spark Library

2023-08-02 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5893: Summary: Wrong NULL literal behavior of ARRAY_CONTAINS/ARRAY_EXCEPT/ARRAY_INTERSECT In Spark Library Key: CALCITE-5893 URL: https://issues.apache.org/jira/browse/CALCITE-5893

[jira] [Created] (CALCITE-5878) Calcite's ci check process fails due to concurrency errors

2023-07-27 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5878: Summary: Calcite's ci check process fails due to concurrency errors Key: CALCITE-5878 URL: https://issues.apache.org/jira/browse/CALCITE-5878 Project: Calcite Issue

[jira] [Created] (CALCITE-5920) Reset PERCENTILE_CONT/PERCENTILE_DISC to ReservedKeyWords

2023-08-11 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5920: Summary: Reset PERCENTILE_CONT/PERCENTILE_DISC to ReservedKeyWords Key: CALCITE-5920 URL: https://issues.apache.org/jira/browse/CALCITE-5920 Project: Calcite Issue

[jira] [Created] (CALCITE-5908) Remove misleading NULL checks in CalciteSchema

2023-08-08 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5908: Summary: Remove misleading NULL checks in CalciteSchema Key: CALCITE-5908 URL: https://issues.apache.org/jira/browse/CALCITE-5908 Project: Calcite Issue Type

[jira] [Created] (CALCITE-5874) Add a withReturnTypeInference copy method for SqlBasicFunction

2023-07-26 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5874: Summary: Add a withReturnTypeInference copy method for SqlBasicFunction Key: CALCITE-5874 URL: https://issues.apache.org/jira/browse/CALCITE-5874 Project: Calcite

[jira] [Created] (CALCITE-5875) Remove some unnecessary null checks for redis adapter

2023-07-26 Thread Ran Tao (Jira)
Ran Tao created CALCITE-5875: Summary: Remove some unnecessary null checks for redis adapter Key: CALCITE-5875 URL: https://issues.apache.org/jira/browse/CALCITE-5875 Project: Calcite Issue Type

[jira] [Created] (CALCITE-6163) The spark ARRAY function gives exception when elements contain row(struct) type and NULL

2023-12-13 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6163: Summary: The spark ARRAY function gives exception when elements contain row(struct) type and NULL Key: CALCITE-6163 URL: https://issues.apache.org/jira/browse/CALCITE-6163

[jira] [Created] (CALCITE-6118) Missing empty ARRAY function usage in reference doc

2023-11-13 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6118: Summary: Missing empty ARRAY function usage in reference doc Key: CALCITE-6118 URL: https://issues.apache.org/jira/browse/CALCITE-6118 Project: Calcite Issue Type

[jira] [Created] (CALCITE-6119) Upgrade test-containers to 1.19.1

2023-11-13 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6119: Summary: Upgrade test-containers to 1.19.1 Key: CALCITE-6119 URL: https://issues.apache.org/jira/browse/CALCITE-6119 Project: Calcite Issue Type: Improvement

[jira] [Created] (CALCITE-6127) The spark array function gives NullPointerException when element is row type

2023-11-21 Thread Ran Tao (Jira)
Ran Tao created CALCITE-6127: Summary: The spark array function gives NullPointerException when element is row type Key: CALCITE-6127 URL: https://issues.apache.org/jira/browse/CALCITE-6127 Project