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:58:45 UTC

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

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


    omit 5d7624860 encode writing
    omit 9b8a0f515 write out to bloom filter
    omit 63fa6434a add writer properties
    omit 777b0dc6f add column setter
    omit 415c6fbb6 update help
    omit 86673694f remove unused trait
    omit a9480ad55 rework api
    omit bd2fb2fd5 refactor to test
    omit e7a33b693 get rid of loop read
    omit 3ec6e292c remove extern crate
    omit f0041d363 parquet-show-bloom-filter with bloom feature required
    omit 1bc73cd46 update read method
    omit f8b7a2781 adjust byte size
    omit fa3639cca fix clippy
    omit 7a51342e8 remove unused
    omit c66d7a00a add bin
    omit 5f4deae63 add a binary to demo
    omit efd89916a refactor
    omit 88cea8052 fix reading with chunk reader
    omit 2557f2c4a add api
    omit d5458bbdc add feature flag
     add fc06c84f4 Implements more temporal kernels using time_fraction_dyn (#3107)
     add 19f372d82 cast: unsigned numeric type with decimal (#3106)
     add 81ce601be Update instructions for new crates (#3111)
     add b0b5d8b4f Add PrimitiveArray::unary_opt (#3110)
     add 5c2801d08 Add downcast_array (#2901) (#3117)
     add 7d41e1c19 Check overflow while casting between decimal types (#3076)
     add 8bb2917ee Remove Option from `Field::metadata` (#3091)
     add 371ec57e3 Expose `SortingColumn` in parquet files (#3103)
     add 3baf6eb17 Parse Time32/Time64 from formatted string (#3101)
     add 287d16d3a Include field name in merge error message (#3113)
     add 881fcb10f parquet bloom filter part II: read sbbf bitset from row group reader, update API, and add cli demo (#3102)
     add 76aa88f6f 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   (5d7624860)
            \
             N -- N -- N   refs/heads/add-bloom-filter-3 (76aa88f6f)

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:
 arrow-array/src/array/primitive_array.rs           |  66 +++
 arrow-array/src/builder/struct_builder.rs          |   2 +-
 arrow-array/src/cast.rs                            |  33 ++
 arrow-cast/src/cast.rs                             | 638 +++++++++++++++++----
 arrow-cast/src/parse.rs                            | 420 +++++++++++++-
 arrow-csv/src/reader.rs                            |  35 ++
 arrow-integration-test/src/field.rs                |  10 +-
 arrow-integration-test/src/lib.rs                  | 171 +++---
 arrow-ipc/src/convert.rs                           |  30 +-
 arrow-schema/src/datatype.rs                       |   6 +-
 arrow-schema/src/field.rs                          | 113 ++--
 arrow-schema/src/schema.rs                         |  62 +-
 arrow/src/compute/kernels/temporal.rs              | 305 +---------
 ...-4f6e-a9b1-084447078e60-c000.snappy.parquet.crc | Bin 0 -> 16 bytes
 bla.parquet/_SUCCESS                               |   0
 ...4c2e-4f6e-a9b1-084447078e60-c000.snappy.parquet | Bin 0 -> 587 bytes
 dev/release/README.md                              |   2 +
 parquet/src/arrow/arrow_reader/mod.rs              |   2 +-
 parquet/src/arrow/schema/complex.rs                |  10 +-
 parquet/src/file/metadata.rs                       |  21 +-
 parquet/src/file/properties.rs                     |  16 +
 parquet/src/file/writer.rs                         |  61 ++
 22 files changed, 1399 insertions(+), 604 deletions(-)
 create mode 100644 bla.parquet/.part-00000-e0d3a667-4c2e-4f6e-a9b1-084447078e60-c000.snappy.parquet.crc
 create mode 100644 bla.parquet/_SUCCESS
 create mode 100644 bla.parquet/part-00000-e0d3a667-4c2e-4f6e-a9b1-084447078e60-c000.snappy.parquet