Re: Review requests for HIVE-22841 and HIVE-22539

2020-03-16 Thread Kevin Risden
Thanks Zoltan for the review. No worries things fall through the cracks all
the time.

I rebased the patches to make sure they still apply to master.

Kevin Risden


On Mon, Mar 16, 2020 at 6:35 AM Zoltan Haindrich  wrote:

> Hey Kevin!
>
> Unfortunately there are times when I stop checking for tickets which are
> waiting for reviews...
> I think we all might be a little bit busy with all kind of stuff nowadays.
>
> Thank you for taking the time and writing this email to draw attention to
> that your patches are awaiting reviews.
>
> cheers,
> Zoltan
>
>
> On 3/10/20 10:02 PM, Kevin Risden wrote:
> > I think I followed all the contribution guidelines so far and neither of
> > these jiras have been reviewed so far. I can update the patches again
> > against master (its been a month waiting since last patches on both), but
> > would like to get a review before I sink more time into them.
> >
> > https://issues.apache.org/jira/browse/HIVE-22841
> > https://issues.apache.org/jira/browse/HIVE-22539
> >
> > Kevin Risden
> >
>


[jira] [Created] (HIVE-23033) MSSQL metastore schema init script doesn't initialize NOTIFICATION_SEQUENCE

2020-03-16 Thread David Lavati (Jira)
David Lavati created HIVE-23033:
---

 Summary: MSSQL metastore schema init script doesn't initialize 
NOTIFICATION_SEQUENCE
 Key: HIVE-23033
 URL: https://issues.apache.org/jira/browse/HIVE-23033
 Project: Hive
  Issue Type: Bug
Affects Versions: 3.1.2, 3.1.1, 3.1.0, 3.0.0
Reporter: David Lavati
Assignee: David Lavati
 Fix For: 4.0.0, 3.1.3


* The inital value for this table in the schema scripts was removed in 
HIVE-17566: 
https://github.com/apache/hive/commit/32b7abac961ca3879d23b074357f211fc7c49131#diff-3d1a4bae0d5d53c8e4ea79951ebf5eceL598
* This was fixed in a number of scripts in HIVE-18781, but not for mssql: 
https://github.com/apache/hive/commit/59483bca262880d3e7ef1b873d3c21176e9294cb#diff-4f43efd5a45cc362cb138287d90dbf82
* This is as is since then

When using the schematool, the table gets initialized by other means.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23032) Add batching in Lock generation

2020-03-16 Thread Denys Kuzmenko (Jira)
Denys Kuzmenko created HIVE-23032:
-

 Summary: Add batching in Lock generation
 Key: HIVE-23032
 URL: https://issues.apache.org/jira/browse/HIVE-23032
 Project: Hive
  Issue Type: Improvement
Reporter: Denys Kuzmenko






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23031) Add option to enable transparent rewrite of count(distinct) into sketch functions

2020-03-16 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23031:
---

 Summary: Add option to enable transparent rewrite of 
count(distinct) into sketch functions
 Key: HIVE-23031
 URL: https://issues.apache.org/jira/browse/HIVE-23031
 Project: Hive
  Issue Type: Sub-task
Reporter: Zoltan Haindrich
Assignee: Zoltan Haindrich






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-23030) Enable sketch union-s to be rolled up

2020-03-16 Thread Zoltan Haindrich (Jira)
Zoltan Haindrich created HIVE-23030:
---

 Summary: Enable sketch union-s to be rolled up
 Key: HIVE-23030
 URL: https://issues.apache.org/jira/browse/HIVE-23030
 Project: Hive
  Issue Type: Sub-task
Reporter: Zoltan Haindrich
Assignee: Zoltan Haindrich


Enabling rolling up sketch aggregates could enable the matching of materialized 
views created for higher dimensions to be applied for lower dimension cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review requests for HIVE-22841 and HIVE-22539

2020-03-16 Thread Zoltan Haindrich

Hey Kevin!

Unfortunately there are times when I stop checking for tickets which are 
waiting for reviews...
I think we all might be a little bit busy with all kind of stuff nowadays.

Thank you for taking the time and writing this email to draw attention to that 
your patches are awaiting reviews.

cheers,
Zoltan


On 3/10/20 10:02 PM, Kevin Risden wrote:

I think I followed all the contribution guidelines so far and neither of
these jiras have been reviewed so far. I can update the patches again
against master (its been a month waiting since last patches on both), but
would like to get a review before I sink more time into them.

https://issues.apache.org/jira/browse/HIVE-22841
https://issues.apache.org/jira/browse/HIVE-22539

Kevin Risden



[jira] [Created] (HIVE-23029) LLAP: Shuffle Handler should support Index Cache configuration

2020-03-16 Thread Rajesh Balamohan (Jira)
Rajesh Balamohan created HIVE-23029:
---

 Summary: LLAP: Shuffle Handler should support Index Cache 
configuration
 Key: HIVE-23029
 URL: https://issues.apache.org/jira/browse/HIVE-23029
 Project: Hive
  Issue Type: Improvement
  Components: llap
Reporter: Rajesh Balamohan
 Attachments: Screenshot 2020-03-16 at 12.08.44 PM.jpg

!Screenshot 2020-03-16 at 12.08.44 PM.jpg|width=580,height=405!

 

Queries like Q78 at large scale misses index cache with unordered edges. (24 * 
1009 = 24216. With the default 10 MB cache size, it can accommodate only 400+ 
entries).

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)