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

Michael Ho updated IMPALA-3566:
-------------------------------
    Labels: cleanup  (was: )

> Refactor HashTable/HashTableCtx parameters into a parameter class
> -----------------------------------------------------------------
>
>                 Key: IMPALA-3566
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3566
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 2.6.0
>            Reporter: Tim Armstrong
>            Priority: Minor
>              Labels: cleanup
>
> The HashTable and HashTableCtx both have a number of instantiation-time 
> parameters. These parameters are split between the two classes and the caller 
> is expected to thread them through to the appropriate places.
> It would be cleaner to store all HashTable params in a struct that can be 
> used to instantiate both HashTable and HastTableCtx, and also to do codegen 
> constant replacement.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to