Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Imbruced committed Oct 1, 2024
1 parent 6ebeb00 commit f91f009
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,6 @@ class GeoPackageReaderTest extends TestBaseScala with Matchers {

df.count shouldEqual 34
}

it("sss") {
sparkSession.read.format("geopackage").option("showMetadata", "true")
.load("/Users/pawelkocinski/Desktop/data").limit(1).show()

sparkSession.read.format("geopackage").option("showMetadata", "true")
.load("/Users/pawelkocinski/Desktop/data").limit(1).printSchema()
//
// println(sparkSession.read.format("geopackage").option("tableName", "gis_osm_water_a_free_1")
// .load("/Users/pawelkocinski/Desktop/data").count())
}
}

describe("Reading Vector data") {
Expand Down

0 comments on commit f91f009

Please sign in to comment.