Skip to content

Commit

Permalink
GH-3068: Remove parquet-scala (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Nov 20, 2024
1 parent ccac04f commit 1e04ec7
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 303 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ body:
- Avro
- Pig
- Protobuf
- Scala
- Thrift
- CLI
- Benchmark
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ body:
- Avro
- Pig
- Protobuf
- Scala
- Thrift
- CLI
- Benchmark
validations:
required: false
required: false
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/usage_question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ body:
- Avro
- Pig
- Protobuf
- Scala
- Thrift
- CLI
- Benchmark
validations:
required: false
required: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Parquet is a very active project, and new features are being added quickly. Here
* Column stats
* Delta encoding
* Index pages
* Scala DSL (deprecated)
* Java Vector API support (experimental)

## Java Vector API support
Expand Down
98 changes: 0 additions & 98 deletions parquet-scala/pom.xml

This file was deleted.

112 changes: 0 additions & 112 deletions parquet-scala/src/main/scala/org/apache/parquet/filter2/dsl/Dsl.scala

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
<module>parquet-pig</module>
<module>parquet-pig-bundle</module>
<module>parquet-protobuf</module>
<module>parquet-scala</module>
<module>parquet-thrift</module>
<module>parquet-hadoop-bundle</module>
</modules>
Expand Down

0 comments on commit 1e04ec7

Please sign in to comment.