[jira] [Created] (CALCITE-2434) SqlAdvisor.getCompletionHints does not work for nested identifiers sub-match

2018-07-31 Thread Vladimir Sitnikov (JIRA)
Vladimir Sitnikov created CALCITE-2434: -- Summary: SqlAdvisor.getCompletionHints does not work for nested identifiers sub-match Key: CALCITE-2434 URL: https://issues.apache.org/jira/browse/CALCITE-2434

[jira] [Created] (CALCITE-2433) SqlAdvisor.getCompletionHints is hard-coded for " quoting

2018-07-31 Thread Vladimir Sitnikov (JIRA)
Vladimir Sitnikov created CALCITE-2433: -- Summary: SqlAdvisor.getCompletionHints is hard-coded for " quoting Key: CALCITE-2433 URL: https://issues.apache.org/jira/browse/CALCITE-2433 Project: Calci

Re: MATCH_RECOGNIZE

2018-07-31 Thread Julian Hyde
I’m delighted that Flink is getting full SQL support for MATCH_RECOGNIZE. Sounds like it might be challenging to share the implementation, but could we perhaps share the test suite? (I.e. a set of SQL queries and their expected results.) I added a simple test in https://github.com/julianhyde/c

Re: MATCH_RECOGNIZE

2018-07-31 Thread Fabian Hueske
Hi everyone, I'd like to share the plans for MATCH_RECOGNIZE support in Flink. Flink features a so-called CEP library for quite some time [1]. The CEP features is a popular feature and frequently used. In a nutshell, the library provides a domain-specific API to define event patterns. The pattern

[jira] [Created] (CALCITE-2432) Unknown column types not being handled

2018-07-31 Thread Iulian Tirzuman (JIRA)
Iulian Tirzuman created CALCITE-2432: Summary: Unknown column types not being handled Key: CALCITE-2432 URL: https://issues.apache.org/jira/browse/CALCITE-2432 Project: Calcite Issue Type