[ 
https://issues.apache.org/jira/browse/TAJO-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15292605#comment-15292605
 ] 

ASF GitHub Bot commented on TAJO-1968:
--------------------------------------

Github user seian commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/1028#discussion_r63985356
  
    --- Diff: tajo-common/src/main/java/org/apache/tajo/SessionVars.java ---
    @@ -145,7 +145,7 @@
     
       // for index
       INDEX_ENABLED(ConfVars.$INDEX_ENABLED, "index scan enabled", DEFAULT),
    -  INDEX_SELECTIVITY_THRESHOLD(ConfVars.$INDEX_SELECTIVITY_THRESHOLD, "the 
selectivity threshold for index scan",
    +  INDEX_SELECTIVITY_LIMIT(ConfVars.$INDEX_SELECTIVITY_LIMIT, "the 
selectivity limit for index scan",
    --- End diff --
    
    Oops, it seems there was a misunderstanding for me.
    According to Hyunsik's comment(please refer to: 
https://github.com/apache/tajo/pull/848#discussion_r44101976)
    
    > I agreed. Threshold may be too long for human to put on cli. Actually, 
there mainly are two kinds of suffixes: SIZE and LIMIT. SIZE is literally used 
to represent size matter. LIMIT has been used to represent some number to 
determine whether doing or not doing according to the number. It would be 
better to make them consistent.
    
    I was focusing on the consistency and thought all the terms should be 
matched using only `LIMIT` and `SIZE`.



> Change 'threshold' in the name of configuration and session variables to 
> 'limit'
> --------------------------------------------------------------------------------
>
>                 Key: TAJO-1968
>                 URL: https://issues.apache.org/jira/browse/TAJO-1968
>             Project: Tajo
>          Issue Type: Task
>          Components: conf and scripts
>            Reporter: Jihoon Son
>            Assignee: Byunghoon Lim
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.12.0
>
>
> See the discussion at 
> https://github.com/apache/tajo/pull/848#discussion_r44101976.
> We need to make the configuration names consistent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to