Skip to content

Commit

Permalink
Update metadata and bump version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Feb 19, 2024
1 parent bbd4743 commit 5c6730a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "bdt"
version = "0.17.0"
homepage = "https://github.com/andygrove/bdt"
repository = "https://github.com/andygrove/bdt"
authors = ["Andy Grove <[email protected]>"]
version = "0.18.0"
homepage = "https://github.com/datafusion-contrib/bdt"
repository = "https://github.com/datafusion-contrib/bdt"
authors = ["Andy Grove <[email protected]>"]
description = "Utility for viewing, querying, converting, and comparing files in popular data formats (CSV, Parquet, JSON, Avro)"
license = "Apache-2.0"
keywords = ["convert", "parquet", "json", "avro", "csv"]
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ Powered by [Apache Arrow](https://arrow.apache.org/) and [DataFusion](https://cr

## Installation

### Mac

```shell
brew tap andygrove/bdt
brew install bdt
```

### Other Platforms

Rust must be installed first. Follow instructions at [https://rustup.rs/](https://rustup.rs/).

```bash
Expand Down Expand Up @@ -121,7 +112,7 @@ Registering table 'yellow_tripdata_2022_01' for /mnt/bigdata/nyctaxi/yellow_trip
+-----------------+
```

Use the `--tables` option to register all files/directories in one directory as tables, and use the `--sql-file` option
Use the `--tables` option to register all files/directories in one directory as tables, and use the `--sql-file` option
to load a query from disk.

```bash
Expand Down

0 comments on commit 5c6730a

Please sign in to comment.