GitHub user BruceKuiLiu opened a pull request:
https://github.com/apache/drill/pull/1235
DRILL-6336: Inconsistent method name.
Change the method name "append" to "print" since its body code is an method
invocation "writer.print( s )". The method named "print" should be more clear.
The method name "append" is labeled as "@Deprecated" in case of breaking
backward compatibility.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BruceKuiLiu/drill master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1235.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1235
----
commit d501d338f23acd60164d85c36f5143426a426ea3
Author: Kui LIU <brucekuiliu@...>
Date: 2018-04-17T15:45:44Z
Rename method.
----
---