TAJO-1968: Change 'threshold' in the name of configuration and session variables to 'limit'
I updated the term threshold to limit but didn't change description on the documentation because it may make users confused.
Ok. I'll review soon. BTW, you don't have to close and make a new PR to update your patch. When you commit your patch to your repository, github automatically detects the changes and shows them in the existing PR. Actually, this is the strongly encouraged way to update contributors' patch because previous discussions can be kept.
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.
Hi @seian, sorry for late review. I left one comment.