Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
parquet/src/format.rs linguist-generated
arrow-flight/src/arrow.flight.protocol.rs linguist-generated
arrow-flight/src/sql/arrow.flight.protocol.sql.rs linguist-generated
arrow-ipc/src/gen/*.rs linguist-generated
6 changes: 0 additions & 6 deletions parquet/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,3 @@ To build documentation, run `cargo doc --no-deps --all-features`.
To compile and view in the browser, run `cargo doc --no-deps --all-features --open`.

Before submitting a pull request, run `cargo fmt --all` to format the change.

## Update Parquet Format

To generate the parquet format (thrift definitions) code run [`./regen.sh`](./regen.sh).

You may need to manually patch up doc comments that contain unescaped `[]`
44 changes: 0 additions & 44 deletions parquet/regen.sh

This file was deleted.

Loading