[jira] [Created] (HIVE-3541) Allow keeping the bucket order while streaming bucketed table

2012-10-05 Thread Igor Kabiljo (JIRA)
Igor Kabiljo created HIVE-3541: -- Summary: Allow keeping the bucket order while streaming bucketed table Key: HIVE-3541 URL: https://issues.apache.org/jira/browse/HIVE-3541 Project: Hive Issue

[jira] [Commented] (HIVE-3475) INLINE UDTF doesn't convert types properly

2012-09-20 Thread Igor Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13459489#comment-13459489 ] Igor Kabiljo commented on HIVE-3475: Query that is failing is using custom UDFs

[jira] [Updated] (HIVE-3475) INLINE UDTF doesn't convert types properly

2012-09-17 Thread Igor Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Kabiljo updated HIVE-3475: --- Description: I suppose the issue is in line: this.forwardObj[i]=res.convertIfNecessary(rowList.get(i

[jira] [Created] (HIVE-3475) INLINE UDTF doesn't convert types properly

2012-09-17 Thread Igor Kabiljo (JIRA)
Igor Kabiljo created HIVE-3475: -- Summary: INLINE UDTF doesn't convert types properly Key: HIVE-3475 URL: https://issues.apache.org/jira/browse/HIVE-3475 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-3475) INLINE UDTF doesn't convert types properly

2012-09-17 Thread Igor Kabiljo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Kabiljo updated HIVE-3475: --- Description: I suppose the issue is in line: this.forwardObj [ i ] = res.convertIfNecessary

[jira] [Updated] (HIVE-2939) LazyArray.getList changes array it previously returned

2012-04-09 Thread Igor Kabiljo (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Kabiljo updated HIVE-2939: --- Priority: Minor (was: Major) LazyArray.getList changes array it previously returned

[jira] [Created] (HIVE-2939) LazyArray.getList changes array it previously returned

2012-04-09 Thread Igor Kabiljo (Created) (JIRA)
Affects Versions: 0.8.1 Reporter: Igor Kabiljo Simple query like: SELECT a, e FROM ikabiljo_test_string_array LATERAL VIEW EXPLODE(a) x1 AS e (table contains one column - ARRAYSTRING - and has one row - [b,c,a] ) fails with ConcurrentModificationException, since LazyArray.getList

[jira] [Created] (HIVE-2608) Do not require AS a,b,c part in LATERAL VIEW

2011-11-23 Thread Igor Kabiljo (Created) (JIRA)
Reporter: Igor Kabiljo Priority: Minor Currently, it is required to state column names when LATERAL VIEW is used. That shouldn't be necessary, since UDTF returns struct which contains column names - and they should be used by default. For example, it would be great

[jira] [Commented] (HIVE-2561) Add an annotation to UDFs to allow them to specify additional FILE/JAR resources necessary for execution

2011-11-17 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13152317#comment-13152317 ] Igor Kabiljo commented on HIVE-2561: Maybe some udf that needs another library

[jira] [Created] (HIVE-2541) Improve UDAF support for constant OI and better initialization

2011-11-01 Thread Igor Kabiljo (Created) (JIRA)
Components: UDF Reporter: Igor Kabiljo Currently, GenericUDAFs have only basic support for constant OIs - you can have constant OI as input, and check it in getEvaluator and in init() for mode where input is not partial, and that is all. For it to be fully useful, it would be great

[jira] [Commented] (HIVE-2532) Evaluation of non-deterministic/stateful UDFs should not be skipped even if constant oi is returned.

2011-10-29 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13139367#comment-13139367 ] Igor Kabiljo commented on HIVE-2532: @John: UDFRowSequence should already work, problem

Re: Review Request: Improve support for ConstantObjectInspectors in Hive

2011-10-03 Thread Igor Kabiljo
: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2078/ --- (Updated 2011-10-03 01:36:16) Review request for hive, Carl Steinbach, John Sichi, and Igor Kabiljo. Summary --- ConstantObjectInspectors were

Re: Review Request: Improve support for ConstantObjectInspectors in Hive

2011-10-03 Thread Igor Kabiljo
On 2011-10-03 08:31:46, Igor Kabiljo wrote: Nice, this is even better then what I thought. This now supports all OIs, except for struct and unions, right? No reason not to add structs, should we add both? Also, should we change so that every VoidObjectInspector is constant

Re: Review Request: Improve support for ConstantObjectInspectors in Hive

2011-10-03 Thread Igor Kabiljo
Steinbach, John Sichi, and Igor Kabiljo. Summary --- ConstantObjectInspectors were introduced in a previous patch so that UDF's could have access to constant values at initialize time. This diff adds the following improvements: 1.) Extends this functionality beyond primitive

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118141#comment-13118141 ] Igor Kabiljo commented on HIVE-2470: I think, if the UdfType(deterministic=true

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118158#comment-13118158 ] Igor Kabiljo commented on HIVE-2470: Also, is it intentional that you have to put

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118165#comment-13118165 ] Igor Kabiljo commented on HIVE-2470: Sorry, last comment is incorrect, disregard

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118320#comment-13118320 ] Igor Kabiljo commented on HIVE-2470: Is it enough to add that logic

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118370#comment-13118370 ] Igor Kabiljo commented on HIVE-2470: If you create DeterministicGenericUDFWrapper

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118404#comment-13118404 ] Igor Kabiljo commented on HIVE-2470: I mean, change the constructor

[jira] [Commented] (HIVE-2470) Improve support for Constant Object Inspectors

2011-09-30 Thread Igor Kabiljo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13118426#comment-13118426 ] Igor Kabiljo commented on HIVE-2470: Hm, it might be better then to add a field

Re: Review Request: Improve support for ConstantObjectInspectors in Hive

2011-09-28 Thread Igor Kabiljo
request for hive, Carl Steinbach, John Sichi, and Igor Kabiljo. Summary --- ConstantObjectInspectors were introduced in a previous patch so that UDF's could have access to constant values at initialize time. This diff adds the following improvements: 1.) Extends

Re: Review Request: HIVE-2223: Add group by support for keys of type ARRAY and MAP.

2011-09-08 Thread Igor Kabiljo
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1745/#review1814 --- I suppose, hashCode should return the same value as List.hashCode and