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
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