Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Jan 12, 2022
1 parent 822de4c commit d05bb7b
Show file tree
Hide file tree
Showing 9 changed files with 336 additions and 348 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ case class ClassificationName (
// Name property
name: Option[String])


case class DataSources (
geometry: Option[Geometry])

Expand Down Expand Up @@ -168,7 +167,6 @@ case class OperatingHoursTimeRange (
// if it was closed before the range.
endTime: Option[OperatingHoursTime])


case class PointOfInterest (
// Name of the POI property
name: Option[String],
Expand All @@ -188,7 +186,6 @@ case class PointOfInterestCategorySet (
// Category ID
id: Option[Integer])


object ReverseSearchAddressResult extends SparkBindings[ReverseSearchAddressResult]
case class ReverseSearchAddressResult (
// The error object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package com.microsoft.azure.synapse.ml.geospatial

import com.microsoft.azure.synapse.ml.core.schema.SparkBindings


case class PointInPolygonSummary (
sourcePoint: Option[LatLongPairAbbreviated],
// A unique data id (udid) for the uploaded content.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d05bb7b

Please sign in to comment.