You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/18 02:02:42 UTC

[incubator-seatunnel] branch dev updated (ba99de08c -> da0646ac6)

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

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


    from ba99de08c [Hotfix][Connector-V2][File] Fix ParquetReadStrategy get NPE (#3122)
     add da0646ac6 [Improve][Connector-v2][file] Reuse array type container when read row data (#3123)

No new revisions were added by this update.

Summary of changes:
 .../file/source/reader/AbstractReadStrategy.java   | 17 ++++++++++++++-
 .../file/source/reader/OrcReadStrategy.java        | 25 +++++++++++-----------
 .../file/source/reader/ParquetReadStrategy.java    | 16 +++++++-------
 3 files changed, 36 insertions(+), 22 deletions(-)