[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-14 Thread Jonathan Chang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994546#comment-12994546 ] Jonathan Chang commented on HIVE-1994: -- The AND/OR short circuiting is an issue for bo

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-14 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994557#comment-12994557 ] John Sichi commented on HIVE-1994: -- @Jonathan: good point that we need to prevent short-c

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-14 Thread Adam Kramer (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994581#comment-12994581 ] Adam Kramer commented on HIVE-1994: --- Agree; also consider deprecating DISTRIBUTE/SORT/CLU

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-15 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995066#comment-12995066 ] John Sichi commented on HIVE-1994: -- If stateful is set to true, the UDF should also be tre

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-22 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998171#comment-12998171 ] John Sichi commented on HIVE-1994: -- Note that for CASE expressions, we *always* want short

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-22 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998197#comment-12998197 ] John Sichi commented on HIVE-1994: -- HIVE-1994.1.patch addresses short-circuiting. I'm run

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-22 Thread John Sichi (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998208#comment-12998208 ] John Sichi commented on HIVE-1994: -- HIVE-1994.2.patch fixes some conflicts. > Support ne

[jira] Commented: (HIVE-1994) Support new annotation @UDFType(stateful = true)

2011-02-24 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998991#comment-12998991 ] Carl Steinbach commented on HIVE-1994: -- +1. Will commit if tests pass. > Support new