Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata and bump version #23

Merged
merged 1 commit into from
Feb 19, 2024
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 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
Loading