Skip to content

Commit

Permalink
add commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Mar 15, 2024
1 parent f8b8334 commit afb5a0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class ResultSchemaSuite extends TestData {
val columnCount = resultMeta.getColumnCount
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
.foreach(index => {
assert(resultMeta.getColumnType(index + 1) == typeMap(index).jdbcType)
Expand Down

0 comments on commit afb5a0c

Please sign in to comment.