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/17 15:33:34 UTC

[drill] branch master updated (62c001c -> a7bcbd9)

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 62c001c  DRILL-8122: Change kafka metadata obtaining due to KAFKA-5697 (#2456)
     add a7bcbd9  DRILL-8134: Cannot query Parquet INT96 columns as timestamps (#2460)

No new revisions were added by this update.

Summary of changes:
 contrib/storage-jdbc/pom.xml                              |  2 +-
 .../exec/store/parquet/columnreaders/BatchReader.java     |  4 ++--
 .../parquet/columnreaders/FixedByteAlignedReader.java     | 15 ---------------
 .../store/parquet/columnreaders/NullableColumnReader.java | 10 ----------
 .../columnreaders/NullableFixedByteAlignedReaders.java    | 12 ------------
 .../exec/store/parquet/columnreaders/PageReader.java      |  2 +-
 .../columnreaders/ParquetFixedWidthDictionaryReaders.java | 13 -------------
 .../exec/physical/impl/writer/TestParquetWriter.java      | 15 ++++++++++-----
 8 files changed, 14 insertions(+), 59 deletions(-)