TAJO-1968: Change 'threshold' in the name of configuration and session variables to 'limit'#1030
TAJO-1968: Change 'threshold' in the name of configuration and session variables to 'limit'#1030seian wants to merge 1 commit intoapache:masterfrom
Conversation
…n variables to 'limit'
|
I updated the term |
|
Ok. I'll review soon. |
|
Thanks for the tip. What should I do if I have to change the whole code in my branch in case of some problems being out there and do code from scratch again? Do I have to do just rollback? |
|
Yes, it doesn't matter whatever you do using git commands. I think that there is only one exception, that is your local branch is accidentally broken, so you cannot continue your work on that branch. |
| "restriction for the total size of broadcasted table for non-cross join (kb)", DEFAULT, Long.class, | ||
| Validators.min("0")), | ||
| BROADCAST_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_CROSS_JOIN_THRESHOLD, | ||
| BROADCAST_CROSS_JOIN_THRESHOLD(ConfVars.$DIST_QUERY_BROADCAST_CROSS_JOIN_LIMIT, |
There was a problem hiding this comment.
The name of the above two session variables also need to be changed.
|
Hi @seian, sorry for late review. |
No description provided.