[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-11 Thread Xikui Wang (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965184#comment-15965184 ] Xikui Wang commented on ASTERIXDB-1876: --- I think the select * here returns the cross product

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-11 Thread Yingyi Bu (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965183#comment-15965183 ] Yingyi Bu commented on ASTERIXDB-1876: -- [~dtabass] it is a syntax error. SELECT avg(*) FROM

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-11 Thread Michael J. Carey (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965144#comment-15965144 ] Michael J. Carey commented on ASTERIXDB-1876: - Just curious, as I'm a little confused:

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15964802#comment-15964802 ] ASF subversion and git services commented on ASTERIXDB-1876: Commit

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-07 Thread Michael J. Carey (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961404#comment-15961404 ] Michael J. Carey commented on ASTERIXDB-1876: - Shouldn't: select * from

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-07 Thread Michael J. Carey (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961402#comment-15961402 ] Michael J. Carey commented on ASTERIXDB-1876: - * is evil -- we should have outlawed it in

[jira] [Commented] (ASTERIXDB-1876) UDF fails in select statement in SQL++

2017-04-07 Thread Xikui Wang (JIRA)
[ https://issues.apache.org/jira/browse/ASTERIXDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961391#comment-15961391 ] Xikui Wang commented on ASTERIXDB-1876: --- [~buyingyi] The reason for this bug is projection "*"