This is an automated email from the ASF dual-hosted git repository.

arina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.


    from a26d848  DRILL-6084: Show Drill functions in WebUI for autocomplete
     new f5bdbf3  DRILL-6785: DataClient is using RootAllocator in the 
bootstrap instead of dataPool
     new 91962d3  DRILL-6793: FragmentExecutor cannot send its final state for 
the case when RootExec root wasn't initialized
     new 785f59b  DRILL-6795: Upgrade Janino compiler from 2.7.6 to 3.0.10

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../store/mapr/db/json/MaprDBJsonRecordReader.java |   2 +-
 .../store/hive/readers/HiveAbstractReader.java     |   2 +-
 exec/java-exec/pom.xml                             |   8 ++
 .../apache/drill/exec/expr/fn/ImportGrabber.java   |  47 ++++----
 .../drill/exec/expr/fn/MethodGrabbingVisitor.java  |  68 ++++++------
 .../drill/exec/expr/fn/ModifiedUnparseVisitor.java | 120 ---------------------
 .../drill/exec/expr/fn/ModifiedUnparser.java       | 110 +++++++++++++++++++
 .../drill/exec/physical/impl/BaseRootExec.java     |   4 +
 .../org/apache/drill/exec/rpc/data/DataClient.java |   2 +-
 .../drill/exec/store/avro/AvroRecordReader.java    |   6 +-
 .../sequencefile/SequenceFileRecordReader.java     |   2 +-
 .../drill/exec/work/fragment/FragmentExecutor.java |   2 +-
 pom.xml                                            |   7 +-
 13 files changed, 190 insertions(+), 190 deletions(-)
 delete mode 100644 
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/ModifiedUnparseVisitor.java
 create mode 100644 
exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/ModifiedUnparser.java

Reply via email to