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
[
https://issues.apache.org/jira/browse/HIVE-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459489#comment-13459489
]
Igor Kabiljo commented on HIVE-3475:
Query that is failing is using custom UDFs,
[
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
[
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
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
[
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 retur
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 - ARRAY - and has one row - [b,c,a] )
fails with ConcurrentModificationException, since LazyArray.getList changes
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 if
[
https://issues.apache.org/jira/browse/HIVE-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152317#comment-13152317
]
Igor Kabiljo commented on HIVE-2561:
Maybe some udf that needs another library t
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
[
https://issues.apache.org/jira/browse/HIVE-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13139367#comment-13139367
]
Igor Kabiljo commented on HIVE-2532:
@John: UDFRowSequence should already
>
> Review 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
>
> 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
---
> 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
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118426#comment-13118426
]
Igor Kabiljo commented on HIVE-2470:
Hm, it might be better then to add a fiel
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118404#comment-13118404
]
Igor Kabiljo commented on HIVE-2470:
I mean, change the constructo
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118370#comment-13118370
]
Igor Kabiljo commented on HIVE-2470:
If you create DeterministicGenericUDFWra
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118320#comment-13118320
]
Igor Kabiljo commented on HIVE-2470:
Is it enough to add that logi
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118165#comment-13118165
]
Igor Kabiljo commented on HIVE-2470:
Sorry, last comment is incorrect, disregar
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118158#comment-13118158
]
Igor Kabiljo commented on HIVE-2470:
Also, is it intentional that you have to
[
https://issues.apache.org/jira/browse/HIVE-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118141#comment-13118141
]
Igor Kabiljo commented on HIVE-2470:
I think, if the UdfType(deterministic=
---
>
> (Updated 2011-09-27 23:03:09)
>
>
> Review 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 va
---
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
23 matches
Mail list logo