Skip to content

Commit

Permalink
Update spark/spark-3.1/src/test/scala/org/apache/sedona/sql/GeoPackag…
Browse files Browse the repository at this point in the history
…eReaderTest.scala

Co-authored-by: John Bampton <[email protected]>
  • Loading branch information
Imbruced and jbampton authored Oct 14, 2024
1 parent 77c3a2a commit ca99505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GeoPackageReaderTest extends TestBaseScala with Matchers {
StructField("date", DateType, true),
StructField("datetime", TimestampType, true)))

describe("Reading geopackage metadata") {
describe("Reading GeoPackage metadata") {
it("should read GeoPackage metadata") {
val df = sparkSession.read
.format("geopackage")
Expand Down

0 comments on commit ca99505

Please sign in to comment.