Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1082#discussion_r160538214
--- Diff: distribution/src/assemble/bin.xml ---
@@ -345,6 +345,16 @@
<fileMode>0755</fileMode>
<outputDirectory>conf</outputDirectory>
</file>
+ <file>
+ <source>src/resources/drill-auto.sh</source>
--- End diff --
"-auto"? Is this for the self-driving car feature of Drill? :-)
Is this meant to be for startup-time environment checks? For other add-on
processing? Perhaps we can pick a name that makes that a bit clearer.
---