Skip to content

Commit

Permalink
temporarily disable objec test for incoming behavior change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Mar 14, 2024
1 parent a990259 commit cfc90c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/snowflake/snowpark/SNTestBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ trait SNTestBase extends FunSuite with BeforeAndAfterAll with SFTestUtils with S
TypeMap("timestamp_ntz", "timestamp_ntz", Types.TIMESTAMP, TimestampType),
TypeMap("timestamp_tz", "timestamp_tz", Types.TIMESTAMP_WITH_TIMEZONE, TimestampType),
TypeMap("variant", "variant", Types.VARCHAR, VariantType),
TypeMap("object", "object", Types.VARCHAR, MapType(StringType, StringType)),
// TypeMap("object", "object", Types.VARCHAR, MapType(StringType, StringType)),
TypeMap("array", "array", Types.VARCHAR, ArrayType(StringType)),
TypeMap("geography", "geography", Types.VARCHAR, GeographyType),
TypeMap("geometry", "geometry", Types.VARCHAR, GeometryType))
Expand Down

0 comments on commit cfc90c0

Please sign in to comment.