Skip to content

Commit

Permalink
chore: remove unmaintained ruby bindings (#1102)
Browse files Browse the repository at this point in the history
# Description

removes ruby bindings

cc @rtyler 

# Related Issue(s)

closes #1099

# Documentation

<!---
Share links to useful documentation
--->
  • Loading branch information
roeap authored Jan 26, 2023
1 parent cc922a6 commit 745a797
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 251 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/ruby_build.yml

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[workspace]
members = [
"ruby",
"rust",
"python",
"glibc_version",
Expand Down
15 changes: 1 addition & 14 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,52 +34,43 @@ link:https://github.com/rajasekarv/vega[vega], etc. It also provides bindings to

.Support features
|===
| Operation/Feature | Rust | Python | Ruby
| Operation/Feature | Rust | Python

| Read table
| :heavy_check_mark:
| :heavy_check_mark:
| :heavy_check_mark:

| Stream table update
| :heavy_check_mark:
| :heavy_check_mark:
|

| Filter files with partitions
| :heavy_check_mark:
| :heavy_check_mark:
|

| Vacuum (delete stale files)
| :heavy_check_mark:
| :heavy_check_mark:
|

| History
| :heavy_check_mark:
| :heavy_check_mark:
|

| Write transactions
| :heavy_check_mark:
|
|

| Checkpoint creation
| :heavy_check_mark:
|
|

| High-level file writer
|
| :heavy_check_mark:
|

| Optimize
| :heavy_check_mark:
| link:https://github.com/delta-io/delta-rs/issues/622[#622]
|

|===

Expand Down Expand Up @@ -109,7 +100,3 @@ The `rust/` directory contains core Rust APIs for accessing Delta Lake from Rust
=== Python

The `python/` directory contains the `deltalake` Python package built on top of delta-rs

=== Ruby

The `ruby/` directory contains an early prototype of a Ruby library built on top of delta-rs
5 changes: 0 additions & 5 deletions ruby/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions ruby/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions ruby/Gemfile

This file was deleted.

13 changes: 0 additions & 13 deletions ruby/Rakefile

This file was deleted.

12 changes: 0 additions & 12 deletions ruby/lib/deltalake.rb

This file was deleted.

5 changes: 0 additions & 5 deletions ruby/lib/deltalake/version.rb

This file was deleted.

34 changes: 0 additions & 34 deletions ruby/spec/deltalake_spec.rb

This file was deleted.

2 changes: 0 additions & 2 deletions ruby/spec/spec_helper.rb

This file was deleted.

94 changes: 0 additions & 94 deletions ruby/src/lib.rs

This file was deleted.

0 comments on commit 745a797

Please sign in to comment.