[jira] [Work logged] (HIVE-25266) Fix TestWarehouseExternalDir

2022-03-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25266?focusedWorklogId=748290=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748290
 ]

ASF GitHub Bot logged work on HIVE-25266:
-

Author: ASF GitHub Bot
Created on: 27/Mar/22 00:20
Start Date: 27/Mar/22 00:20
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #2951:
URL: https://github.com/apache/hive/pull/2951


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 748290)
Time Spent: 40m  (was: 0.5h)

> Fix TestWarehouseExternalDir
> 
>
> Key: HIVE-25266
> URL: https://issues.apache.org/jira/browse/HIVE-25266
> Project: Hive
>  Issue Type: Bug
>Reporter: Zoltan Haindrich
>Assignee: Mark Bathori
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> test is unstable 
> http://ci.hive.apache.org/job/hive-flaky-check/244/



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Work logged] (HIVE-25852) Introduce IN clauses at the very end of query planning

2022-03-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-25852?focusedWorklogId=748288=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748288
 ]

ASF GitHub Bot logged work on HIVE-25852:
-

Author: ASF GitHub Bot
Created on: 27/Mar/22 00:20
Start Date: 27/Mar/22 00:20
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] closed pull request #2928:
URL: https://github.com/apache/hive/pull/2928


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 748288)
Time Spent: 40m  (was: 0.5h)

> Introduce IN clauses at the very end of query planning
> --
>
> Key: HIVE-25852
> URL: https://issues.apache.org/jira/browse/HIVE-25852
> Project: Hive
>  Issue Type: Bug
>  Components: CBO
>Affects Versions: 4.0.0
>Reporter: Alessandro Solimando
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Calcite "explodes" IN clauses into the equivalent OR form, and therefore it 
> does not handle such clauses in most of the codebase (notably in 
> _RexSimplify_).
> In Hive, the same happens, but _HivePointLookupOptimizerRule_ re-introduces 
> IN clauses, and it happens in _applyPreJoinOrderingTransforms_ phase, which 
> is pretty early and which mixes several other rules which might not fully 
> support IN (notably, _HiveReduceExpressionsRule_ which is based on 
> _RexSimplify_).
> The problem will become even harder in later versions of Calcite (current is 
> 1.25) based on SARG, which does not support IN clauses.
> IN clauses can be converted into efficient runtime operators, we therefore 
> want to keep them in the final plan, intuitively we just want this 
> translation to happen in a later step, in order to leave the rest of the 
> codebase (Hive and Calcite) unaware of IN clauses.
> The goal of the ticket is as follows:
> # re-convert the output expression of _HivePointLookupOptimizerRule_ into the 
> OR form (keep the logic as-is to benefit from the rule)
> # add a rule, in the last step of the planning process, that only converts 
> eligible OR expressions into IN clauses



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Work logged] (HIVE-23648) Fix FindBug issues in hive-serde

2022-03-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-23648?focusedWorklogId=748289=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748289
 ]

ASF GitHub Bot logged work on HIVE-23648:
-

Author: ASF GitHub Bot
Created on: 27/Mar/22 00:20
Start Date: 27/Mar/22 00:20
Worklog Time Spent: 10m 
  Work Description: github-actions[bot] commented on pull request #2969:
URL: https://github.com/apache/hive/pull/2969#issuecomment-1079800514


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the d...@hive.apache.org list if the patch is in 
need of reviews.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 748289)
Time Spent: 0.5h  (was: 20m)

> Fix FindBug issues in hive-serde
> 
>
> Key: HIVE-23648
> URL: https://issues.apache.org/jira/browse/HIVE-23648
> Project: Hive
>  Issue Type: Sub-task
>Reporter: Panagiotis Garefalakis
>Assignee: Mark Bathori
>Priority: Major
>  Labels: pull-request-available
> Attachments: spotbugsXml.xml
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (HIVE-26060) Invalidate acid table directory cache on drop table

2022-03-26 Thread Antal Sinkovits (Jira)


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

Antal Sinkovits resolved HIVE-26060.

Fix Version/s: 4.0.0
   Resolution: Fixed

Pushed to master. Thanks for the review [~dkuzmenko]

> Invalidate acid table directory cache on drop table
> ---
>
> Key: HIVE-26060
> URL: https://issues.apache.org/jira/browse/HIVE-26060
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0-alpha-1
>Reporter: Antal Sinkovits
>Assignee: Antal Sinkovits
>Priority: Minor
>  Labels: ACID, pull-request-available
> Fix For: 4.0.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Work logged] (HIVE-26060) Invalidate acid table directory cache on drop table

2022-03-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HIVE-26060?focusedWorklogId=748218=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748218
 ]

ASF GitHub Bot logged work on HIVE-26060:
-

Author: ASF GitHub Bot
Created on: 26/Mar/22 13:53
Start Date: 26/Mar/22 13:53
Worklog Time Spent: 10m 
  Work Description: asinkovits merged pull request #3128:
URL: https://github.com/apache/hive/pull/3128


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 748218)
Time Spent: 1h  (was: 50m)

> Invalidate acid table directory cache on drop table
> ---
>
> Key: HIVE-26060
> URL: https://issues.apache.org/jira/browse/HIVE-26060
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0-alpha-1
>Reporter: Antal Sinkovits
>Assignee: Antal Sinkovits
>Priority: Minor
>  Labels: ACID, pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Assigned] (HIVE-25853) Security Vulnerability CVE-2021-44832 log4j2 need upgrade to 2.17.1

2022-03-26 Thread GuangMing Lu (Jira)


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

GuangMing Lu reassigned HIVE-25853:
---

Assignee: GuangMing Lu

> Security Vulnerability CVE-2021-44832 log4j2 need upgrade to 2.17.1
> ---
>
> Key: HIVE-25853
> URL: https://issues.apache.org/jira/browse/HIVE-25853
> Project: Hive
>  Issue Type: Bug
>Affects Versions: 4.0.0
>Reporter: GuangMing Lu
>Assignee: GuangMing Lu
>Priority: Major
> Fix For: 4.0.0
>
>
> Security Vulnerability CVE-2021-44832 log4j2 need upgrade to 2.17.1



--
This message was sent by Atlassian Jira
(v8.20.1#820001)