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

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


    from 4c4953b  DRILL-6094: Decimal data type enhancements
     new ba5a921  DRILL-6318: Push down limit past flatten is incorrect
     new 21733b0  DRILL-6347: Change method names to "visitField".
     new b913b3f  DRILL-6281: Refactor TimedRunnable (rename TimedRunnable to 
TimedCallable)
     new ac96381  DRILL-6281: Refactor TimedRunnable
     new d0a7545  DRILL-6281: Introduce Collectors class for internal iterators
     new 6cbba28  DRILL-6380: Fix sporadic mongo db hangs.

The 6 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:
 .../drill/common/collections/Collectors.java       | 123 ++++++++++
 .../drill/exec/store/mongo/MongoTestSuit.java      |  12 +-
 .../planner/logical/DrillPushLimitToScanRule.java  |  13 +-
 .../physical/visitor/PrelVisualizerVisitor.java    |  16 +-
 .../org/apache/drill/exec/store/TimedCallable.java | 261 +++++++++++++++++++++
 .../org/apache/drill/exec/store/TimedRunnable.java | 208 ----------------
 .../drill/exec/store/parquet/FooterGatherer.java   |  20 +-
 .../exec/store/parquet/metadata/Metadata.java      |  33 ++-
 .../drill/exec/store/schedule/BlockMapBuilder.java |  23 +-
 .../test/java/org/apache/drill/TestBugFixes.java   |  13 +
 .../physical/impl/flatten/TestFlattenPlanning.java |   5 +-
 ...stTimedRunnable.java => TestTimedCallable.java} |  59 +++--
 .../src/test/resources/jsoninput/bug6318.json      |  12 +
 13 files changed, 497 insertions(+), 301 deletions(-)
 create mode 100644 
common/src/main/java/org/apache/drill/common/collections/Collectors.java
 create mode 100644 
exec/java-exec/src/main/java/org/apache/drill/exec/store/TimedCallable.java
 delete mode 100644 
exec/java-exec/src/main/java/org/apache/drill/exec/store/TimedRunnable.java
 rename 
exec/java-exec/src/test/java/org/apache/drill/exec/store/{TestTimedRunnable.java
 => TestTimedCallable.java} (61%)
 create mode 100644 exec/java-exec/src/test/resources/jsoninput/bug6318.json

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to