You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2022/02/03 12:51:18 UTC

[drill] branch master updated (5145682 -> 568c5b4)

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

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


    from 5145682  Add James Turton's PGP key.
     add 568c5b4  DRILL-8123: Revise scan limit pushdown (#2450)

No new revisions were added by this update.

Summary of changes:
 .../drill/exec/store/excel/TestExcelFormat.java    |  2 +-
 .../drill/exec/store/httpd/TestHTTPDLogReader.java |  4 +--
 .../apache/drill/exec/store/sas/TestSasReader.java |  2 +-
 .../drill/exec/store/syslog/TestSyslogFormat.java  |  2 +-
 .../apache/drill/exec/store/xml/TestXMLReader.java |  4 +--
 .../drill/exec/physical/base/AbstractBase.java     |  1 -
 .../base/AbstractGroupScanWithMetadata.java        | 26 ++++++++++++-------
 .../drill/exec/store/dfs/easy/EasyGroupScan.java   | 12 ++++-----
 .../drill/exec/store/dfs/easy/EasySubScan.java     | 29 ++++++++++++++++------
 .../exec/store/easy/text/TextFormatPlugin.java     |  4 +--
 .../store/parquet/AbstractParquetGroupScan.java    |  2 +-
 .../store/parquet/ParquetWriterBatchCreator.java   |  1 -
 .../TestMetastoreWithEasyFormatPlugin.java         |  4 +--
 13 files changed, 56 insertions(+), 37 deletions(-)