[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-19 Thread Laszlo Bodor (JIRA)


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

Laszlo Bodor updated HIVE-21835:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Assignee: Ivan Suller
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-21835.1.patch, HIVE-21835.2.patch, 
> HIVE-21835.2.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-18 Thread Laszlo Bodor (JIRA)


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

Laszlo Bodor updated HIVE-21835:

Fix Version/s: 4.0.0

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Assignee: Ivan Suller
>Priority: Minor
> Fix For: 4.0.0
>
> Attachments: HIVE-21835.1.patch, HIVE-21835.2.patch, 
> HIVE-21835.2.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-17 Thread Ivan Suller (JIRA)


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

Ivan Suller updated HIVE-21835:
---
Attachment: HIVE-21835.2.patch

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Assignee: Ivan Suller
>Priority: Minor
> Attachments: HIVE-21835.1.patch, HIVE-21835.2.patch, 
> HIVE-21835.2.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-06 Thread Ivan Suller (JIRA)


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

Ivan Suller updated HIVE-21835:
---
Attachment: HIVE-21835.2.patch

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Assignee: Ivan Suller
>Priority: Minor
> Attachments: HIVE-21835.1.patch, HIVE-21835.2.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-05 Thread Ivan Suller (JIRA)


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

Ivan Suller updated HIVE-21835:
---
Assignee: Ivan Suller
  Status: Patch Available  (was: Open)

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Assignee: Ivan Suller
>Priority: Minor
> Attachments: HIVE-21835.1.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-05 Thread Ivan Suller (JIRA)


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

Ivan Suller updated HIVE-21835:
---
Attachment: HIVE-21835.1.patch

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Priority: Minor
> Attachments: HIVE-21835.1.patch
>
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-21835) Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer

2019-06-05 Thread Ivan Suller (JIRA)


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

Ivan Suller updated HIVE-21835:
---
Priority: Minor  (was: Major)

> Unnecessary null checks in org.apache.hadoop.hive.ql.optimizer.StatsOptimizer
> -
>
> Key: HIVE-21835
> URL: https://issues.apache.org/jira/browse/HIVE-21835
> Project: Hive
>  Issue Type: Improvement
>Reporter: Ivan Suller
>Priority: Minor
>
> There are several null checks in 
> org.apache.hadoop.hive.ql.optimizer.StatsOptimizer after Long.parseLong(...) 
> call. This method returns with a primitive long value, which cannot be null - 
> a null check after this call is redundant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)