Skip to content

Commit 1e04ec7

Browse files
authored
GH-3068: Remove parquet-scala (#3063)
1 parent ccac04f commit 1e04ec7

File tree

8 files changed

+3
-303
lines changed

8 files changed

+3
-303
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ body:
3939
- Avro
4040
- Pig
4141
- Protobuf
42-
- Scala
4342
- Thrift
4443
- CLI
4544
- Benchmark

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ body:
4242
- Avro
4343
- Pig
4444
- Protobuf
45-
- Scala
4645
- Thrift
4746
- CLI
4847
- Benchmark
4948
validations:
50-
required: false
49+
required: false

.github/ISSUE_TEMPLATE/usage_question.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ body:
6262
- Avro
6363
- Pig
6464
- Protobuf
65-
- Scala
6665
- Thrift
6766
- CLI
6867
- Benchmark
6968
validations:
70-
required: false
69+
required: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Parquet is a very active project, and new features are being added quickly. Here
9191
* Column stats
9292
* Delta encoding
9393
* Index pages
94+
* Scala DSL (deprecated)
9495
* Java Vector API support (experimental)
9596

9697
## Java Vector API support

parquet-scala/pom.xml

Lines changed: 0 additions & 98 deletions
This file was deleted.

parquet-scala/src/main/scala/org/apache/parquet/filter2/dsl/Dsl.scala

Lines changed: 0 additions & 112 deletions
This file was deleted.

parquet-scala/src/test/scala/org/apache/parquet/filter2/dsl/DslTest.scala

Lines changed: 0 additions & 87 deletions
This file was deleted.

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@
148148
<module>parquet-pig</module>
149149
<module>parquet-pig-bundle</module>
150150
<module>parquet-protobuf</module>
151-
<module>parquet-scala</module>
152151
<module>parquet-thrift</module>
153152
<module>parquet-hadoop-bundle</module>
154153
</modules>

0 commit comments

Comments
 (0)