(arrow-rs) branch master updated: Update quick-xml requirement from 0.31.0 to 0.32.0 in /object_store (#5870)

2024-06-12 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 0cc14168000 Update quick-xml requirement

(arrow-rs) branch master updated: Improve Parquet reader/writer properties docs (#5863)

2024-06-12 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 8bee08bf3c6 Improve Parquet reader/writer

(arrow-rs) tag 52.0.0 created (now f42218ae5d9)

2024-06-06 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag 52.0.0 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at f42218ae5d9 (commit) No new revisions were added by this update.

svn commit: r69570 - /release/arrow/arrow-rs-51.0.0/

2024-06-06 Thread tustvold
Author: tustvold Date: Thu Jun 6 16:39:46 2024 New Revision: 69570 Log: Removing arrow-rs-51.0.0/ Removed: release/arrow/arrow-rs-51.0.0/

svn commit: r69569 - in /release/arrow/arrow-rs-52.0.0: ./ apache-arrow-rs-52.0.0.tar.gz apache-arrow-rs-52.0.0.tar.gz.asc apache-arrow-rs-52.0.0.tar.gz.sha256 apache-arrow-rs-52.0.0.tar.gz.sha512

2024-06-06 Thread tustvold
Author: tustvold Date: Thu Jun 6 16:39:44 2024 New Revision: 69569 Log: Apache Arrow Rust 52.0.0 Added: release/arrow/arrow-rs-52.0.0/ release/arrow/arrow-rs-52.0.0/apache-arrow-rs-52.0.0.tar.gz (with props) release/arrow/arrow-rs-52.0.0/apache-arrow-rs-52.0.0.tar.gz.asc

(arrow-rs) branch master updated: Add exposing fields from parquet row (#5842)

2024-06-05 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new fa8d3502388 Add exposing fields from

(arrow-rs) branch master updated: Derive `Copy` for `TimeUnit` and `IntervalUnit` (#5840)

2024-06-04 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new bca2f3ab9f6 Derive `Copy` for `TimeUnit

(arrow-rs) tag 52.0.0-rc1 created (now f42218ae5d9)

2024-06-03 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag 52.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at f42218ae5d9 (commit) No new revisions were added by this update.

svn commit: r69520 - in /dev/arrow/apache-arrow-rs-52.0.0-rc1: ./ apache-arrow-rs-52.0.0.tar.gz apache-arrow-rs-52.0.0.tar.gz.asc apache-arrow-rs-52.0.0.tar.gz.sha256 apache-arrow-rs-52.0.0.tar.gz.sha

2024-06-03 Thread tustvold
Author: tustvold Date: Mon Jun 3 15:58:18 2024 New Revision: 69520 Log: Apache Arrow Rust 52.0.0 1 Added: dev/arrow/apache-arrow-rs-52.0.0-rc1/ dev/arrow/apache-arrow-rs-52.0.0-rc1/apache-arrow-rs-52.0.0.tar.gz (with props) dev/arrow/apache-arrow-rs-52.0.0-rc1/apache-arrow-rs

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.84 to =1.0.85 (#5838)

2024-06-03 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new f42218ae5d9 Update proc-macro2 requirement

(arrow-rs) branch master updated: Minor: Document timestamp with/without cast behavior (#5826)

2024-06-03 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 57c4748fa90 Minor: Document timestamp

(arrow-rs) branch master updated: chore: Make binary_mut kernel accept different type for second arg (#5833)

2024-06-03 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 198af7a3f4a chore: Make binary_mut kernel

(arrow-rs) branch master updated: feat: impl *Assign ops for types in arrow-buffer (#5832)

2024-06-03 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 13a26d6cb01 feat: impl *Assign ops

(arrow-rs) branch master updated (fe071eb6a34 -> 065151be78b)

2024-06-02 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from fe071eb6a34 Minor: Improve ArrowReaderBuilder::with_row_selection docs (#5824) add 065151be78b fix: invalid

(arrow-rs) branch master updated (e4b28bd7872 -> fe071eb6a34)

2024-06-02 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from e4b28bd7872 Relax zstd-sys Version Pin (#5829) add fe071eb6a34 Minor: Improve ArrowReaderBuilder

(arrow-rs) branch master updated: Relax zstd-sys Version Pin (#5829)

2024-06-01 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new e4b28bd7872 Relax zstd-sys Version Pin

(arrow-rs) branch master updated (c2b05cdbcb3 -> 5a24119f663)

2024-06-01 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from c2b05cdbcb3 Check length of `FIXED_LEN_BYTE_ARRAY` for `uuid` logical parquet type (#5821) add 5a24119f663

(arrow-rs) branch master updated: Check length of `FIXED_LEN_BYTE_ARRAY` for `uuid` logical parquet type (#5821)

2024-05-31 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new c2b05cdbcb3 Check length

(arrow-rs) branch master updated: Allow constructing ByteViewArray from existing blocks (#5796)

2024-05-29 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 1634a65ee7e Allow constructing

(arrow-rs) branch master updated: Allow overriding the inferred parquet scheme root (#5814)

2024-05-29 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7fe01bb432c Allow overriding the inferred

(arrow-rs) branch master updated: fix: serialization of decimal (#5801)

2024-05-29 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 09e58a435a3 fix: serialization of decimal

(arrow-rs) branch master updated: Minor: Clarify docs on `EnabledStatistics` (#5812)

2024-05-29 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 12f57af5955 Minor: Clarify docs

(arrow-rs) branch master updated: Minor: Add examples for ColumnPath::from (#5813)

2024-05-29 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new c6d089b6a80 Minor: Add examples

(arrow-rs) branch master updated: Push SortOptions into DynComparator Allowing Nested Comparisons (#5426) (#5792)

2024-05-28 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 9828bf0bcd3 Push SortOptions

(arrow-rs) branch master updated: Revisit List Row Encoding (#5807) (#5811)

2024-05-28 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 54efb65bb1a Revisit List Row Encoding

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.83 to =1.0.84 (#5805)

2024-05-27 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 95791f1c317 Update proc-macro2 requirement

(arrow-rs) branch master updated: Fix issue #5800: Handle missing files in list_with_delimiter (#5803)

2024-05-25 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 4b5d9bfc958 Fix issue #5800: Handle missing

(arrow-rs) branch master updated: Fix typo continuation maker -> marker (#5802)

2024-05-25 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7342d363d76 Fix typo continuation maker

(arrow-rs) branch master updated: Update nix requirement from 0.28.0 to 0.29.0 in /object_store (#5799)

2024-05-24 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 4b1feaad98c Update nix requirement from

(arrow-rs) branch master updated: chore: update docs to delineate which are recursive (#5794)

2024-05-23 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new bd5d4a59db5 chore: update docs to delineate

(arrow-rs) branch master updated: Fix incorrect URL to Parquet CPP types.h (#5790)

2024-05-21 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 5e9919fd2b6 Fix incorrect URL to Parquet

(arrow-rs) branch master updated: feat(arrow-json): encode `Binary` and `LargeBinary` types as hex when writing JSON (#5785)

2024-05-21 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new b07fd5dc4e4 feat(arrow-json): encode

(arrow-rs) branch master updated: Refine ParquetRecordBatchReaderBuilder docs (#5774)

2024-05-21 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new d65240c1206 Refine

(arrow-rs) branch master updated (3b7923c77c9 -> 3e7e701db7c)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from 3b7923c77c9 Update prost-build requirement from =0.12.4 to =0.12.6 (#5788) add 3e7e701db7c Update proc

(arrow-rs) branch master updated: Update prost-build requirement from =0.12.4 to =0.12.6 (#5788)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 3b7923c77c9 Update prost-build requirement

(arrow-rs) branch master updated: Refine parquet documentation on types and metadata (#5786)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new c6b3eaa9637 Refine parquet documentation

(arrow-rs) branch master updated: Structured interval types for `IntervalMonthDayNano` or `IntervalDayTime` (#3125) (#5654) (#5769)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new cf59b6cd826 Structured interval types

(arrow-rs) branch master updated (c498eb74853 -> ce8363af34c)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from c498eb74853 feat: support encoding of binary in CSV writer (#5782) add ce8363af34c Set the default size

(arrow-rs) branch master updated: feat: support encoding of binary in CSV writer (#5782)

2024-05-20 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new c498eb74853 feat: support encoding

(arrow-rs) branch master updated: fix broken link to ballista crate (#5784)

2024-05-18 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 2534976a564 fix broken link to ballista

(arrow-rs) branch master updated: Support casting a `FixedSizedList[1]` to `T` (#5779)

2024-05-18 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new a126d5097b7 Support casting

(arrow-rs) branch master updated: Encode UUID as FixedLenByteArray in parquet_derive (#5773)

2024-05-18 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 30762e81bee Encode UUID

(arrow-rs) branch master updated: Update itertools requirement from 0.12.0 to 0.13.0 in /object_store (#5780)

2024-05-17 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new dfe0f2627b6 Update itertools requirement

(arrow-rs) branch master updated: Fix documentation for parquet `parse_metadata`, `decode_metadata` and `decode_footer` (#5781)

2024-05-17 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 28c1cae83f6 Fix documentation for parquet

(arrow-rs) branch master updated: Remove harmful table lookup optimization for bit operations (#5772)

2024-05-16 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 0c1e3b893b9 Remove harmful table lookup

(arrow-rs) tag object_store_0.10.1 created (now 3d3ddb21085)

2024-05-14 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.10.1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at 3d3ddb21085 (commit) No new revisions were added by this update.

svn commit: r69153 - /release/arrow/arrow-object-store-rs-0.10.0/

2024-05-14 Thread tustvold
Author: tustvold Date: Tue May 14 08:56:44 2024 New Revision: 69153 Log: Removing arrow-object-store-rs-0.10.0/ Removed: release/arrow/arrow-object-store-rs-0.10.0/

svn commit: r69152 - /release/arrow/arrow-object-store-rs-0.10.1/

2024-05-14 Thread tustvold
Author: tustvold Date: Tue May 14 08:56:42 2024 New Revision: 69152 Log: Apache Arrow Rust Object Store 0.10.1 Added: release/arrow/arrow-object-store-rs-0.10.1/ release/arrow/arrow-object-store-rs-0.10.1/apache-arrow-object-store-rs-0.10.1.tar.gz (with props) release/arrow

(arrow-rs) branch master updated: feat: Make AsyncArrowWriter accepts AsyncFileWriter (#5753)

2024-05-14 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new d17b2067d63 feat: Make AsyncArrowWriter

(arrow-rs) branch master updated: Add environment variable definitions to run the nanoarrow integration tests (#5764)

2024-05-14 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 178ef99d9a7 Add environment variable

(arrow-rs) branch master updated: Expose boolean builder contents (#5760)

2024-05-14 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 78bda14f4ca Expose boolean builder contents

(arrow-rs) branch master updated: Expose the null buffer of every builder that has one (#5754)

2024-05-13 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7d465b87ccd Expose the null buffer of every

(arrow-rs) branch master updated: Improve repository readme (#5752)

2024-05-13 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 3566328e048 Improve repository readme

(arrow-rs) branch master updated: fix: parse string of scientific notation to decimal when the scale is 0 (#5740)

2024-05-13 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 326231e3fb7 fix: parse string of scientific

(arrow-rs) branch master updated: Allow specifying comment character for CSV reader (#5759)

2024-05-13 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 6ab67df984d Allow specifying comment

(arrow-rs) branch master updated: Add additional WriteMultipart tests (#5743) (#5746)

2024-05-11 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7efe6c20530 Add additional WriteMultipart

(arrow-rs) tag object_store_0.10.1-rc1 created (now 3d3ddb21085)

2024-05-10 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.10.1-rc1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at 3d3ddb21085 (commit) No new revisions were added by this update.

svn commit: r69093 - /dev/arrow/apache-arrow-object-store-rs-0.10.1-rc1/

2024-05-10 Thread tustvold
Author: tustvold Date: Fri May 10 17:23:23 2024 New Revision: 69093 Log: Apache Arrow Rust 0.10.1 1 Added: dev/arrow/apache-arrow-object-store-rs-0.10.1-rc1/ dev/arrow/apache-arrow-object-store-rs-0.10.1-rc1/apache-arrow-object-store-rs-0.10.1.tar.gz (with props) dev/arrow

(arrow-rs) branch master updated: Prepare object_store 0.10.1 (#5745)

2024-05-10 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 3d3ddb21085 Prepare object_store 0.10.1

(arrow-rs) tag object_store_0.10.0 created (now cd3331989d6)

2024-05-10 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.10.0 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at cd3331989d6 (commit) No new revisions were added by this update.

(arrow-rs) branch master updated: Fix PutPayloadMut::push not updating content_length (#5743) (#5744)

2024-05-10 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 02be02bb51f Fix PutPayloadMut::push

(arrow-rs) branch master updated: Change `UnionArray` constructors (#5623)

2024-05-08 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new b25c4417456 Change `UnionArray

(arrow-rs) branch master updated (68d1eef689f -> f67a5cec223)

2024-05-08 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from 68d1eef689f Minor: avoid (likely unreachable) panic in FlightClient (#5734) add f67a5cec223 Update brotli

(arrow-rs) branch dependabot/cargo/master/brotli-6.0 updated (b5865f7840d -> f3cef69ca2d)

2024-05-07 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch dependabot/cargo/master/brotli-6.0 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git discard b5865f7840d Update brotli requirement from 5.0 to 6.0 add 7568178e378 Support

(arrow-rs) branch master updated: Minor: avoid (likely unreachable) panic in FlightClient (#5734)

2024-05-07 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 68d1eef689f Minor: avoid (likely

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.81 to =1.0.82 (#5732)

2024-05-07 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 119db5cdc64 Update proc-macro2 requirement

(arrow-rs) branch master updated: Export object_store integration tests (#5709)

2024-05-04 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 520ad68beec Export object_store integration

(arrow-rs) branch master updated: Tweak Private Sbbf::new_with_ndv_fpp Documentation (#5718)

2024-05-04 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 0d0c02e71e6 Tweak Private Sbbf

(arrow-rs) branch master updated: Deprecate NullBuilder capacity, as it behaves in a surprising way (#5721)

2024-05-04 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new d9206ba83fe Deprecate NullBuilder capacity

(arrow-rs) branch master updated: Fallible stream for arrow-flight do_exchange call (#3462) (#5698)

2024-05-02 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new eb2d00b3ab2 Fallible stream for arrow

(arrow-rs) branch master updated: Accept parquet schemas without explicitly required Map keys (#5630)

2024-04-30 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 6348dc3d0c0 Accept parquet schemas without

(arrow-rs) branch master updated: Add `ListView` & `LargeListView` basic construction and validation (#5664)

2024-04-30 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new bbd85ed3d29 Add `ListView` & `LargeList

(arrow-rs) branch master updated: Fix documentation around handling of nulls in cmp kernels (#5697)

2024-04-30 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new a20d2e51e93 Fix documentation around

(arrow-rs) branch master updated: Add `BufWriter::with_attributes` and `::with_tags` in `object_store` (#5693)

2024-04-26 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 08af4710fcd Add `BufWriter::with_attributes

(arrow-rs) branch master updated: Add more attributes (#5690)

2024-04-26 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7feb5425e6b Add more attributes (#5690

(arrow-rs) branch master updated: Arrow Flight SQL example JDBC driver incompatibility (#5666)

2024-04-24 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 11450ae8ddf Arrow Flight SQL example JDBC

(arrow-rs) branch master updated: Remove deprecated JSON writer (#5651)

2024-04-23 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 0230795384d Remove deprecated JSON writer

(arrow-rs) branch master updated: Move ffi stream and utils from arrow to arrow-array (#5670)

2024-04-22 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new ae9b0dbaa8e Move ffi stream and utils from

(arrow-rs) branch master updated (50358f6ccbb -> c5b33049d52)

2024-04-22 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from 50358f6ccbb Fix integration tests by downgrading jobserver (#5673) (#5674) add c5b33049d52 Update

svn commit: r68705 - /release/arrow/arrow-object-store-rs-0.10.0/

2024-04-22 Thread tustvold
Author: tustvold Date: Mon Apr 22 10:04:33 2024 New Revision: 68705 Log: Apache Arrow Rust Object Store 0.10.0 Added: release/arrow/arrow-object-store-rs-0.10.0/ release/arrow/arrow-object-store-rs-0.10.0/apache-arrow-object-store-rs-0.10.0.tar.gz (with props) release/arrow

svn commit: r68706 - /release/arrow/arrow-object-store-rs-0.9.1/

2024-04-22 Thread tustvold
Author: tustvold Date: Mon Apr 22 10:04:34 2024 New Revision: 68706 Log: Removing arrow-object-store-rs-0.9.1/ Removed: release/arrow/arrow-object-store-rs-0.9.1/

(arrow-rs) branch master updated: Fix integration tests by downgrading jobserver (#5673) (#5674)

2024-04-21 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 50358f6ccbb Fix integration tests

(arrow-rs) tag object_store_0.10.0-rc1 created (now cd3331989d6)

2024-04-18 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.10.0-rc1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at cd3331989d6 (commit) No new revisions were added by this update.

svn commit: r68624 - /dev/arrow/apache-arrow-object-store-rs-0.10.0-rc1/

2024-04-18 Thread tustvold
Author: tustvold Date: Thu Apr 18 10:41:36 2024 New Revision: 68624 Log: Apache Arrow Rust 0.10.0 1 Added: dev/arrow/apache-arrow-object-store-rs-0.10.0-rc1/ dev/arrow/apache-arrow-object-store-rs-0.10.0-rc1/apache-arrow-object-store-rs-0.10.0.tar.gz (with props) dev/arrow

(arrow-rs) branch master updated: Prepare object_store 0.10.0 (#5658)

2024-04-18 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new cd3331989d6 Prepare object_store 0.10.0

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.80 to =1.0.81 (#5659)

2024-04-17 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 884a13614f9 Update proc-macro2 requirement

(arrow-rs) branch master updated: Add put_multipart_opts (#5435) (#5652)

2024-04-17 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 4b49c344406 Add put_multipart_opts (#5435

(arrow-rs) branch master updated: Add Attributes API (#5329) (#5650)

2024-04-16 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new f2765283b67 Add Attributes API (#5329

(arrow-rs) branch master updated (0d031cc8aa8 -> 34e2ac2e71a)

2024-04-16 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git from 0d031cc8aa8 feat: JSON encoding of FixedSizeList (#5646) add 34e2ac2e71a Modify decimal regex to accept

(arrow-rs) branch master updated: feat: JSON encoding of FixedSizeList (#5646)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 0d031cc8aa8 feat: JSON encoding

(arrow-rs) branch master updated: Fix flaky test_cleanup_intermediate_files (#5645)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 012430759f3 Fix flaky

(arrow-rs) tag 51.0.0 created (now ada986c7ec8)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag 51.0.0 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at ada986c7ec8 (commit) No new revisions were added by this update.

(arrow-rs) tag object_store_0.9.1-rc1 created (now 30151220c29)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.9.1-rc1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at 30151220c29 (commit) No new revisions were added by this update.

(arrow-rs) tag object_store_0.9.1 created (now 30151220c29)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a change to tag object_store_0.9.1 in repository https://gitbox.apache.org/repos/asf/arrow-rs.git at 30151220c29 (commit) No new revisions were added by this update.

(arrow-rs) branch master updated: Support non-contiguous put payloads / vectored writes (#5514) (#5538)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 873176078ab Support non-contiguous put

(arrow-rs) branch master updated: Update proc-macro2 requirement from =1.0.79 to =1.0.80 (#5644)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new b9a373d878a Update proc-macro2 requirement

(arrow-rs) branch master updated: Implement `filter` kernel for byte view arrays. (#5624)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new e88e5aa92e5 Implement `filter` kernel

(arrow-rs) branch master updated: fix: panic when casting `ListArray` to `FixedSizeList` (#5643)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new fee692189f6 fix: panic when casting

(arrow-rs) branch master updated: Add more invalid utf8 parquet reader tests (#5639)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 883c13ae217 Add more invalid utf8 parquet

(arrow-rs) branch master updated: feat(ffi): add run end encoded arrays (#5632)

2024-04-15 Thread tustvold
This is an automated email from the ASF dual-hosted git repository. tustvold pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new 7d929f0aec7 feat(ffi): add run end encoded

  1   2   3   4   5   6   7   8   9   10   >