[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-05 Thread Jason Dere (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Dere updated HIVE-16578:
--
   Resolution: Fixed
Fix Version/s: 3.0.0
   Status: Resolved  (was: Patch Available)

Committed to master

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Fix For: 3.0.0
>
> Attachments: HIVE-16578.1.patch, HIVE-16578.2.patch, 
> HIVE-16578.3.patch, HIVE-16578.4.patch, HIVE-16578.5.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-04 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Attachment: HIVE-16578.5.patch

Updated a test result

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Attachments: HIVE-16578.1.patch, HIVE-16578.2.patch, 
> HIVE-16578.3.patch, HIVE-16578.4.patch, HIVE-16578.5.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-04 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Attachment: HIVE-16578.4.patch

Removed some unnecessary checks.

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Attachments: HIVE-16578.1.patch, HIVE-16578.2.patch, 
> HIVE-16578.3.patch, HIVE-16578.4.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-04 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Attachment: HIVE-16578.3.patch

Fixed failing tests

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Attachments: HIVE-16578.1.patch, HIVE-16578.2.patch, 
> HIVE-16578.3.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-03 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Attachment: HIVE-16578.2.patch

Implemented review comments.
Added a new test

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Attachments: HIVE-16578.1.patch, HIVE-16578.2.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-03 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Attachment: HIVE-16578.1.patch

Initial patch.
Some refactoring of code.

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
> Attachments: HIVE-16578.1.patch
>
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-03 Thread Deepak Jaiswal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-16578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Jaiswal updated HIVE-16578:
--
Status: Patch Available  (was: In Progress)

> Semijoin Hints should use column name, if provided for partition key check
> --
>
> Key: HIVE-16578
> URL: https://issues.apache.org/jira/browse/HIVE-16578
> Project: Hive
>  Issue Type: Bug
>Reporter: Deepak Jaiswal
>Assignee: Deepak Jaiswal
>
> Current logic does not verify the column name provided in the hint against 
> the column on which the runtime filtering branch will originate from.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)