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

Jefffrey pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 32ff76c48f Remove `force_validate` feature from `arrow-cast` (#10950)
     add 58f818dd6a feature: introduce typo check ci job (#10960)

No new revisions were added by this update.

Summary of changes:
 .github/ci/scripts/typos_check.sh             | 69 +++++++++++++++++++++++++++
 .github/workflows/dev.yml                     | 16 +++++++
 CONTRIBUTING.md                               | 43 +++++++++++++++++
 arrow-avro/src/reader/header.rs               |  2 +-
 arrow-cast/src/cast/mod.rs                    | 16 +++----
 arrow-cast/src/parse.rs                       |  6 +--
 arrow-csv/src/writer.rs                       |  4 +-
 arrow-flight/tests/encode_decode.rs           |  8 ++--
 arrow-json/src/lib.rs                         |  2 +-
 arrow-json/src/writer/mod.rs                  |  6 +--
 arrow-schema/src/metadata.rs                  |  2 +-
 parquet-variant/src/decoder.rs                |  2 +-
 parquet/examples/external_metadata.rs         |  4 +-
 parquet/src/arrow/arrow_reader/mod.rs         |  2 +-
 parquet/src/basic.rs                          |  8 ++--
 parquet/src/column/writer/mod.rs              | 28 +++++------
 parquet/src/data_type.rs                      | 28 +++++------
 parquet/src/file/statistics.rs                |  4 +-
 parquet/src/record/api.rs                     | 12 ++---
 parquet/src/schema/parser.rs                  |  8 ++--
 parquet/src/schema/types.rs                   |  2 +-
 parquet/tests/arrow_reader/io/async_reader.rs |  4 +-
 typos.toml                                    | 55 +++++++++++++++++++++
 23 files changed, 257 insertions(+), 74 deletions(-)
 create mode 100755 .github/ci/scripts/typos_check.sh
 create mode 100644 typos.toml

Reply via email to