[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-03-02 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Fix Version/s: 3.0.0

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch, HIVE-18797.6.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-03-02 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch, HIVE-18797.6.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-03-01 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.6.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch, HIVE-18797.6.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-28 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Patch Available  (was: Open)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-28 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.5.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-28 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Open  (was: Patch Available)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch, HIVE-18797.5.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-27 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Patch Available  (was: Open)

Rebased patch to kickstart ptests

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-27 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.4.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch, HIVE-18797.4.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-27 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Open  (was: Patch Available)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-26 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Patch Available  (was: Open)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-26 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Open  (was: Patch Available)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-26 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.3.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch, 
> HIVE-18797.3.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-25 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Open  (was: Patch Available)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-25 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.2.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-25 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Patch Available  (was: Open)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch, HIVE-18797.2.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-24 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Status: Patch Available  (was: Open)

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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


[jira] [Updated] (HIVE-18797) ExprConstNodeDesc's getExprString should put appropriate qualifier with literals

2018-02-24 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-18797:
---
Attachment: HIVE-18797.1.patch

> ExprConstNodeDesc's getExprString should put appropriate qualifier with 
> literals
> 
>
> Key: HIVE-18797
> URL: https://issues.apache.org/jira/browse/HIVE-18797
> Project: Hive
>  Issue Type: Improvement
>Reporter: Vineet Garg
>Assignee: Vineet Garg
>Priority: Major
> Attachments: HIVE-18797.1.patch
>
>
> e.g. instead of just {{2016-01-23 00:00:00.0)}} it should be 
> {{TIMESTAMP'2016-01-23 00:00:00.0)'}}.
> This method is used by explain task and also HIVE-18726 needs it to reparse 
> the string for default value.
> I am creating a separate ticket for this instead of lumping it with 
> HIVE-18726 because this will need quite a few golden files update.



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