You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ji...@apache.org on 2022/11/16 03:59:11 UTC

[arrow-rs] branch add-bloom-filter-3 updated (76aa88f6f -> 52bf18a94)

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

jiayuliu pushed a change to branch add-bloom-filter-3
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard 76aa88f6f add feature flag
 discard 881fcb10f parquet bloom filter part II: read sbbf bitset from row group reader, update API, and add cli demo (#3102)
 discard 287d16d3a Include field name in merge error message (#3113)
 discard 3baf6eb17 Parse Time32/Time64 from formatted string (#3101)
    omit 371ec57e3 Expose `SortingColumn` in parquet files (#3103)
     add b45790b30 Parse Time32/Time64 from formatted string (#3101)
     add ec4c040d4 Expose `SortingColumn` in parquet files (#3103)
     add fb167f6bf Include field name in merge error message (#3113)
     add f54178ac3 parquet bloom filter part II: read sbbf bitset from row group reader, update API, and add cli demo (#3102)
     add 52bf18a94 add feature flag

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (76aa88f6f)
            \
             N -- N -- N   refs/heads/add-bloom-filter-3 (52bf18a94)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes: