[calcite] branch master updated: Fix typo in filterable-model.yaml

2022-02-15 Thread xiong
This is an automated email from the ASF dual-hosted git repository. xiong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new f43e079 Fix typo in filterable-model.yaml

[GitHub] [calcite] NobiGo merged pull request #2707: Fix typo in filterable-model.yaml

2022-02-15 Thread GitBox
NobiGo merged pull request #2707: URL: https://github.com/apache/calcite/pull/2707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [calcite] rubenada merged pull request #2706: [CALCITE-4995] AssertionError caused by RelFieldTrimmer on SEMI/ANTI join

2022-02-15 Thread GitBox
rubenada merged pull request #2706: URL: https://github.com/apache/calcite/pull/2706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [calcite] NobiGo merged pull request #2699: [CALCITE-4988] ((A IS NOT NULL OR B) AND A IS NOT NULL) can't be simp…

2022-02-15 Thread GitBox
NobiGo merged pull request #2699: URL: https://github.com/apache/calcite/pull/2699 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [calcite] rubenada commented on pull request #2690: RepeatUnion improvements: CALCITE-3673 + CALCITE-4054

2022-02-15 Thread GitBox
rubenada commented on pull request #2690: URL: https://github.com/apache/calcite/pull/2690#issuecomment-1039997405 Thanks for the feedback. I have addressed the suggestions and rebased. If no new remarks come up, I plan to merge the PR in the coming days. -- This is an automated

[GitHub] [calcite] hannerwang commented on pull request #2454: [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception

2022-02-15 Thread GitBox
hannerwang commented on pull request #2454: URL: https://github.com/apache/calcite/pull/2454#issuecomment-1040055695 Thanks @asolimando , It's CassandraAdapterTest > initializationError, the cause seems to be data loading timeout. I will submit an empty commit to trigger another CI

[GitHub] [calcite] JiajunBernoulli commented on a change in pull request #2679: [CALCITE-4323] View query should be top node avoid losing sorting

2022-02-15 Thread GitBox
JiajunBernoulli commented on a change in pull request #2679: URL: https://github.com/apache/calcite/pull/2679#discussion_r806392978 ## File path: core/src/test/java/org/apache/calcite/test/JdbcTest.java ## @@ -5898,17 +5965,32 @@ private void

[GitHub] [calcite] rubenada commented on a change in pull request #2690: RepeatUnion improvements: CALCITE-3673 + CALCITE-4054

2022-02-15 Thread GitBox
rubenada commented on a change in pull request #2690: URL: https://github.com/apache/calcite/pull/2690#discussion_r805938047 ## File path: core/src/test/java/org/apache/calcite/test/enumerable/EnumerableRepeatUnionTest.java ## @@ -233,4 +245,83 @@

[GitHub] [calcite] zabetak commented on pull request #2623: CALCITE-4913 Correlated variables in a select list are not deduplicated

2022-02-15 Thread GitBox
zabetak commented on pull request #2623: URL: https://github.com/apache/calcite/pull/2623#issuecomment-1039569036 Thanks for the reminder @korlov42 , will try to get back to this in the following days. Apologies for the delay! -- This is an automated message from the Apache Git Service.

[GitHub] [calcite] hannerwang edited a comment on pull request #2454: [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception

2022-02-15 Thread GitBox
hannerwang edited a comment on pull request #2454: URL: https://github.com/apache/calcite/pull/2454#issuecomment-1040055695 Thanks @asolimando! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[calcite] branch master updated (4a6e222 -> 04029ff)

2022-02-15 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from 4a6e222 [CALCITE-4988] ((A IS NOT NULL OR B) AND A IS NOT NULL) can't be simplify to (A IS NOT NULL) When A is

[GitHub] [calcite] rubenada merged pull request #2706: [CALCITE-4995] AssertionError caused by RelFieldTrimmer on SEMI/ANTI join

2022-02-15 Thread GitBox
rubenada merged pull request #2706: URL: https://github.com/apache/calcite/pull/2706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [calcite] asolimando opened a new pull request #2720: [CALCITE-5011] CassandraAdapterDataTypesTest fails with initializatio…

2022-02-15 Thread GitBox
asolimando opened a new pull request #2720: URL: https://github.com/apache/calcite/pull/2720 …n error Cache Cassandra sessions based on "hostname, port, keyspace, username, password" information. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [calcite] hannerwang edited a comment on pull request #2454: [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception

2022-02-15 Thread GitBox
hannerwang edited a comment on pull request #2454: URL: https://github.com/apache/calcite/pull/2454#issuecomment-1040055695 Thanks @asolimando! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [calcite] hannerwang commented on pull request #2454: [CALCITE-4683] IN-list converted to JOIN throws type mismatch exception

2022-02-15 Thread GitBox
hannerwang commented on pull request #2454: URL: https://github.com/apache/calcite/pull/2454#issuecomment-1040055695 Thanks @asolimando , It's CassandraAdapterTest > initializationError, the cause seems to be data loading timeout. I will submit an empty commit to trigger another CI

[GitHub] [calcite] rubenada commented on pull request #2690: RepeatUnion improvements: CALCITE-3673 + CALCITE-4054

2022-02-15 Thread GitBox
rubenada commented on pull request #2690: URL: https://github.com/apache/calcite/pull/2690#issuecomment-1039997405 Thanks for the feedback. I have addressed the suggestions and rebased. If no new remarks come up, I plan to merge the PR in the coming days. -- This is an automated