diff --git a/src/test/scala/com/snowflake/snowpark_test/ResultSchemaSuite.scala b/src/test/scala/com/snowflake/snowpark_test/ResultSchemaSuite.scala index 0a20a89a..93dbc99c 100644 --- a/src/test/scala/com/snowflake/snowpark_test/ResultSchemaSuite.scala +++ b/src/test/scala/com/snowflake/snowpark_test/ResultSchemaSuite.scala @@ -133,7 +133,7 @@ class ResultSchemaSuite extends TestData { val tsSchema = session.table(fullTypesTable2).schema (0 until columnCount) // todo: remove this line after JDBC is released - .filter(_ != 31) // temporarily skip object for incoming behavior change + .filter(x => x != 31 && x != 32) // temporarily skip object for incoming behavior change .foreach(index => { assert(resultMeta.getColumnType(index + 1) == typeMap(index).jdbcType) assert(