[jira] [Created] (CALCITE-3562) Unify function's operands type check logic in validation and behavior in runtime

2019-12-03 Thread Feng Zhu (Jira)
Feng Zhu created CALCITE-3562: - Summary: Unify function's operands type check logic in validation and behavior in runtime Key: CALCITE-3562 URL: https://issues.apache.org/jira/browse/CALCITE-3562

Re: JUnit 4 and JUnit 5 annotations do not mix well

2019-12-03 Thread Stamatis Zampetakis
Thanks Andrei and Vladimir for pushing this forward. I'm +1 for complete migration to JUnit 5. Having both may lead into problems as the one mentioned in the beginning of this thread. More general using two versions of the same library at the same time usually leads to problems. I checked the

[jira] [Created] (CALCITE-3556) Handling of TO_NUMBER method

2019-12-03 Thread vaibhav jain (Jira)
vaibhav jain created CALCITE-3556: - Summary: Handling of TO_NUMBER method Key: CALCITE-3556 URL: https://issues.apache.org/jira/browse/CALCITE-3556 Project: Calcite Issue Type: New Feature

[jira] [Created] (CALCITE-3555) Remove EnumerableDefaults in favor of default implementations of interface methods

2019-12-03 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-3555: -- Summary: Remove EnumerableDefaults in favor of default implementations of interface methods Key: CALCITE-3555 URL: https://issues.apache.org/jira/browse/CALCITE-3555

[jira] [Created] (CALCITE-3557) ClassCastException for using nested multiset or array inside multiset

2019-12-03 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3557: Summary: ClassCastException for using nested multiset or array inside multiset Key: CALCITE-3557 URL: https://issues.apache.org/jira/browse/CALCITE-3557 Project:

[jira] [Created] (CALCITE-3558) Columns reordering doesn't work in SplunkPushDownRule

2019-12-03 Thread Shawn Chen (Jira)
Shawn Chen created CALCITE-3558: --- Summary: Columns reordering doesn't work in SplunkPushDownRule Key: CALCITE-3558 URL: https://issues.apache.org/jira/browse/CALCITE-3558 Project: Calcite

[jira] [Created] (CALCITE-3559) Drop HydromaticFileSetCheck from Checkstyle configuration

2019-12-03 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-3559: -- Summary: Drop HydromaticFileSetCheck from Checkstyle configuration Key: CALCITE-3559 URL: https://issues.apache.org/jira/browse/CALCITE-3559 Project:

Re: JUnit 4 and JUnit 5 annotations do not mix well

2019-12-03 Thread Rui Wang
+1 on merging #1621 soon. It's a large change so could easily occur code conflict. -Rui On Tue, Dec 3, 2019 at 10:42 AM Andrei Sereda wrote: > Thanks Vladimir. Most of the changes look find to me (left a small comment > in PR) > > Once merged, I'll take care of remaining JUnit4 rules for >

Re: JUnit 4 and JUnit 5 annotations do not mix well

2019-12-03 Thread Andrei Sereda
Thanks Vladimir. Most of the changes look find to me (left a small comment in PR) Once merged, I'll take care of remaining JUnit4 rules for Cassandra/ElasticSearch/Mongo etc. On Tue, Dec 3, 2019 at 1:23 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Ok, I think PR1621 is ready to

[jira] [Created] (CALCITE-3560) Allow generic data source (eg. InputStream) in CSVAdapter or FileAdapter(s)

2019-12-03 Thread Andrei Sereda (Jira)
Andrei Sereda created CALCITE-3560: -- Summary: Allow generic data source (eg. InputStream) in CSVAdapter or FileAdapter(s) Key: CALCITE-3560 URL: https://issues.apache.org/jira/browse/CALCITE-3560

[jira] [Created] (CALCITE-3561) Support using unnest in Interpreter

2019-12-03 Thread Wang Yanlin (Jira)
Wang Yanlin created CALCITE-3561: Summary: Support using unnest in Interpreter Key: CALCITE-3561 URL: https://issues.apache.org/jira/browse/CALCITE-3561 Project: Calcite Issue Type: