[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-02-03 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Fix Version/s: 4.0.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Pushed to master, thanks [~vgarg], [~kgyrtkirk]

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-22795.01.patch, HIVE-22795.02.patch, 
> HIVE-22795.03.patch, HIVE-22795.patch
>
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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


[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-01-30 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Attachment: HIVE-22795.03.patch

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-22795.01.patch, HIVE-22795.02.patch, 
> HIVE-22795.03.patch, HIVE-22795.patch
>
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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


[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-01-30 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Attachment: HIVE-22795.02.patch

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-22795.01.patch, HIVE-22795.02.patch, 
> HIVE-22795.patch
>
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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


[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-01-30 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Attachment: HIVE-22795.01.patch

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-22795.01.patch, HIVE-22795.patch
>
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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


[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-01-30 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Attachment: HIVE-22795.patch

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
> Attachments: HIVE-22795.patch
>
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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


[jira] [Updated] (HIVE-22795) Create new parser and udf module from ql

2020-01-30 Thread Jesus Camacho Rodriguez (Jira)


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

Jesus Camacho Rodriguez updated HIVE-22795:
---
Status: Patch Available  (was: In Progress)

> Create new parser and udf module from ql
> 
>
> Key: HIVE-22795
> URL: https://issues.apache.org/jira/browse/HIVE-22795
> Project: Hive
>  Issue Type: Improvement
>  Components: Build Infrastructure
>Reporter: Jesus Camacho Rodriguez
>Assignee: Jesus Camacho Rodriguez
>Priority: Major
>
> ql is a huge module. I propose to start splitting it by creating new module 
> `parser` and `udf` to encapsulate some classes related to SQL parsing and UDF 
> declaration, respectively.



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