Skip to content

Commit

Permalink
Remove iceberg-views module for Iceberg 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Feb 29, 2024
1 parent 560a288 commit d0c3b05
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 4,623 deletions.
18 changes: 0 additions & 18 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,3 @@ Copyright 2015-2017 Dremio Corporation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

--------------------------------------------------------------------------------

This project includes code from Iceberg, developed at Netflix, Inc. with
the following copyright notice:

| Copyright 2017 Netflix, Inc.
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/licenses/LICENSE-2.0
|
| Unless required by applicable law or agreed to in writing, software
| distributed under the License is distributed on an "AS IS" BASIS,
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
| See the License for the specific language governing permissions and
| limitations under the License.
1 change: 0 additions & 1 deletion bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ dependencies {
api(project(":nessie-versioned-transfer-proto"))
api(project(":nessie-versioned-transfer"))
if (!isIncludedInNesQuEIT()) {
api(project(":iceberg-views"))
api(project(":nessie-spark-antlr-runtime"))
api(project(":nessie-spark-extensions-grammar"))
api(project(":nessie-gc-iceberg"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ void checkMainPom(String artifactId) throws Exception {

@ParameterizedTest
@ValueSource(strings = {
"iceberg-views",
"nessie-spark-antlr-runtime",
"nessie-spark-extensions-grammar",
"nessie-spark-extensions-3.2_2.12",
Expand Down
1 change: 0 additions & 1 deletion gradle/projects.iceberg.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
iceberg-views=integrations/iceberg-views
nessie-spark-antlr-runtime=integrations/antlr-runtime
nessie-spark-extensions-grammar=integrations/spark-antlr-grammar
nessie-gc-iceberg=gc/gc-iceberg
Expand Down
53 changes: 0 additions & 53 deletions integrations/iceberg-views/build.gradle.kts

This file was deleted.

This file was deleted.

0 comments on commit d0c3b05

Please sign in to comment.