Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/1028#discussion_r63984511
--- 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 --
Why did you change the description as well?
```threshold``` is more appropriate because it has a narrow meaning than
```limit```.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---