[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-07 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: (was: HIVE-23139.01.patch)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: (was: HIVE-23139.01.patch)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Parent: HIVE-23141
Issue Type: Sub-task  (was: Improvement)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Sub-task
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-06 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: (was: HIVE-23139.01.patch)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-05 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-05 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: (was: HIVE-23139.01.patch)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-05 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: (was: HIVE-23139.01.patch)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-05 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-04 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Attachment: HIVE-23139.01.patch

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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


[jira] [Updated] (HIVE-23139) Improve q test result masking

2020-04-04 Thread Miklos Gergely (Jira)


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

Miklos Gergely updated HIVE-23139:
--
Status: Patch Available  (was: Open)

> Improve q test result masking
> -
>
> Key: HIVE-23139
> URL: https://issues.apache.org/jira/browse/HIVE-23139
> Project: Hive
>  Issue Type: Improvement
>  Components: Hive
>Reporter: Miklos Gergely
>Assignee: Miklos Gergely
>Priority: Major
> Attachments: HIVE-23139.01.patch
>
>
> Q Test result masking can take a long time, in extreme cases up to 5 times as 
> much as the test itself, because it is inefficient. Use contains, startsWith 
> instead of patterns for masking lines containing or starting with specified 
> strings.



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