[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-07-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15378687#comment-15378687 ] Julian Hyde commented on SOLR-8593: --- The trickiest thing about CoGroup is that it aggregates (i.e. groups

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-07-13 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15376266#comment-15376266 ] Julian Hyde commented on SOLR-8593: --- You should probably model your join and aggregate operators as

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-07-11 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15371912#comment-15371912 ] Julian Hyde commented on SOLR-8593: --- Hi everyone! I'm VP of Apache Calcite. I only just noticed this JIRA

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-01 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849145#comment-15849145 ] Julian Hyde commented on SOLR-8593: --- Not sure I understand. The query {{select a from b limit 10}} will

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-01 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849145#comment-15849145 ] Julian Hyde edited comment on SOLR-8593 at 2/2/17 12:05 AM: Not sure I

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-03 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15851767#comment-15851767 ] Julian Hyde commented on SOLR-8593: --- This shouldn't be due to cost differences. The plan without the sort

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-01 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849344#comment-15849344 ] Julian Hyde commented on SOLR-8593: --- In the case where there is LIMIT but no ORDER BY, is a LogicalSort

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-01-27 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15843313#comment-15843313 ] Julian Hyde commented on SOLR-8593: --- If you have any "linking" issues with protobuf, you might check out

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-02-27 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15886312#comment-15886312 ] Julian Hyde commented on SOLR-8593: --- Oh wow. I18n never fails to surprise. Please log a Calcite issue. We

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-11 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15658025#comment-15658025 ] Julian Hyde edited comment on SOLR-8593 at 11/11/16 8:01 PM: - By the way, when

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-11 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15658025#comment-15658025 ] Julian Hyde commented on SOLR-8593: --- By the way, when you're ready, add please Solr to the [powered

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664595#comment-15664595 ] Julian Hyde commented on SOLR-8593: --- You're making a mistake I see a lot of people making: trying to do

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664576#comment-15664576 ] Julian Hyde edited comment on SOLR-8593 at 11/14/16 6:11 PM: - Regarding the

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664576#comment-15664576 ] Julian Hyde commented on SOLR-8593: --- Regarding the alias for "count(*)". I guess one approach is to

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15702457#comment-15702457 ] Julian Hyde commented on SOLR-8593: --- Calcite rewrites {{SELECT DISTINCT ...}} to {{SELECT ... GROUP BY

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15702473#comment-15702473 ] Julian Hyde commented on SOLR-8593: --- Calcite is an algebra, not an executor. When if converts a HAVING

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-13 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662280#comment-15662280 ] Julian Hyde commented on SOLR-8593: --- "count(\*)" is not a good derived column name, because it contains

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664701#comment-15664701 ] Julian Hyde commented on SOLR-8593: --- CALCITE-1306 covers this. It's not standard SQL but could be enabled

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-10-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616963#comment-15616963 ] Julian Hyde commented on SOLR-8593: --- Is there a Calcite issue logged for the AbstractMethodError relating

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-10-28 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15616986#comment-15616986 ] Julian Hyde commented on SOLR-8593: --- Ah, I think I see what's going on. You're using avatica-1.9-SNAPSHOT

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15752805#comment-15752805 ] Julian Hyde commented on SOLR-8593: --- I wasn't familiar with faceting, but I quickly read

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15752805#comment-15752805 ] Julian Hyde edited comment on SOLR-8593 at 12/15/16 11:13 PM: -- I wasn't

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15752805#comment-15752805 ] Julian Hyde edited comment on SOLR-8593 at 12/15/16 11:15 PM: -- I wasn't

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15752805#comment-15752805 ] Julian Hyde edited comment on SOLR-8593 at 12/15/16 11:14 PM: -- I wasn't

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15753387#comment-15753387 ] Julian Hyde edited comment on SOLR-8593 at 12/16/16 4:21 AM: - Would it be

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-15 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15753387#comment-15753387 ] Julian Hyde commented on SOLR-8593: --- Would it be correct to say that you have a physical operator which

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-11-30 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710183#comment-15710183 ] Julian Hyde commented on SOLR-8593: --- Calcite's operators are logical. A 'Filter' operator might turn into

[jira] [Commented] (SOLR-9893) EasyMock/Mockito no longer works with Java 9 b148+

2017-01-07 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15807982#comment-15807982 ] Julian Hyde commented on SOLR-9893: --- We are running into the same issue in Calcite/Avatica: CALCITE-1567.

[jira] [Commented] (SOLR-9893) EasyMock/Mockito no longer works with Java 9 b148+

2017-01-09 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15812465#comment-15812465 ] Julian Hyde commented on SOLR-9893: --- [~thetaphi], Thanks for replying. I agree with your strategy. I've

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-20 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15764709#comment-15764709 ] Julian Hyde commented on SOLR-8593: --- Yes, early January. I've logged CALCITE-1547 to track the release.

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-12-16 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15755661#comment-15755661 ] Julian Hyde commented on SOLR-8593: --- A list of GROUP BY fields would be fine. But it must be in a

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-03-01 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890784#comment-15890784 ] Julian Hyde commented on SOLR-8593: --- [~risdenk], Regarding the Turkish locale issue. We have to

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2017-03-01 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15890784#comment-15890784 ] Julian Hyde edited comment on SOLR-8593 at 3/1/17 6:49 PM: --- [~risdenk], Regarding