[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-15 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Summary: Do Not Consider Client Session For Default Fetch Size  (was: 
Cleanup Default Fetch Size If One Is Not Sent By Client)

> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch
>
>
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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


[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-15 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Attachment: HIVE-23017.3.patch

> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch
>
>
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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


[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-15 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Description: 
Right now, when a client makes a new session, it's value override's the 
server's value for {{hive.server2.thrift.resultset.default.fetch.size}}.  This 
is a server-side configuration and the client should not dictate what the 
server's default (preferred) size is.

* Remove superfluous null check
* Use a Collection's Singleton Map instead of creating a full-sized HashMap
* Code simplification

  was:
* Remove superfluous null check
* Use a Collection's Singleton Map instead of creating a full-sized HashMap
* Code simplification


> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch
>
>
> Right now, when a client makes a new session, it's value override's the 
> server's value for {{hive.server2.thrift.resultset.default.fetch.size}}.  
> This is a server-side configuration and the client should not dictate what 
> the server's default (preferred) size is.
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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


[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-25 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Attachment: HIVE-23017.3.patch

> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch, HIVE-23017.3.patch
>
>
> Right now, when a client makes a new session, it's value override's the 
> server's value for {{hive.server2.thrift.resultset.default.fetch.size}}.  
> This is a server-side configuration and the client should not dictate what 
> the server's default (preferred) size is.
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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


[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-27 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Attachment: (was: HIVE-23017.3.patch)

> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch
>
>
> Right now, when a client makes a new session, it's value override's the 
> server's value for {{hive.server2.thrift.resultset.default.fetch.size}}.  
> This is a server-side configuration and the client should not dictate what 
> the server's default (preferred) size is.
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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


[jira] [Updated] (HIVE-23007) Do Not Consider Client Session For Default Fetch Size

2020-03-27 Thread David Mollitor (Jira)


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

David Mollitor updated HIVE-23007:
--
Fix Version/s: 4.0.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Do Not Consider Client Session For Default Fetch Size
> -
>
> Key: HIVE-23007
> URL: https://issues.apache.org/jira/browse/HIVE-23007
> Project: Hive
>  Issue Type: Sub-task
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-23007.1.patch, HIVE-23007.2.patch, 
> HIVE-23017.3.patch
>
>
> Right now, when a client makes a new session, it's value override's the 
> server's value for {{hive.server2.thrift.resultset.default.fetch.size}}.  
> This is a server-side configuration and the client should not dictate what 
> the server's default (preferred) size is.
> * Remove superfluous null check
> * Use a Collection's Singleton Map instead of creating a full-sized HashMap
> * Code simplification



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