You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2021/04/06 18:57:03 UTC

[parquet-format] branch fd-bump-thrift updated (9bbe285 -> 371516e)

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

fokko pushed a change to branch fd-bump-thrift
in repository https://gitbox.apache.org/repos/asf/parquet-format.git.


    from 9bbe285  [PARQUET-1930] Bump Apache Thrift to 0.13
     add 7f06e83  PARQUET-1996: [Format] Add interoperable LZ4 codec, deprecate existing LZ4 codec (#168)
     add f1bcb38  PARQUET-1969: Test by GithubAction (#166)
     add 6eb4af7  PARQUET-2011: Use "unit" for timestamp parameter, not "precision" (#161)
     add cabeea7  PARQUET-2013: [Format] Mention that ConvertedType is deprecated (#169)
     add 2e23a11  PARQUET-2013: Replace back "should" with "must" (#171)
     add f4d6e82  Merge branch 'master' of github.com:apache/parquet-format into fd-bump-thrift
     add 371516e  Use Github Actions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test.yml     | 56 ++++++++++++++++++++++++
 .travis.yml                    | 33 --------------
 Compression.md                 | 97 ++++++++++++++++++++++++++++++++++++++++++
 LogicalTypes.md                | 49 +++++++++++----------
 README.md                      | 10 +++--
 src/main/thrift/parquet.thrift | 39 ++++++++++-------
 6 files changed, 210 insertions(+), 74 deletions(-)
 create mode 100644 .github/workflows/test.yml
 delete mode 100644 .travis.yml
 create mode 100644 Compression.md