Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment nit
  • Loading branch information
Gabor Feher committed May 2, 2017
commit 3f841c72b27cdee496ece39e17d4bb88dcf61714
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class OracleIntegrationSuite extends DockerJDBCIntegrationSuite with SharedSQLCo
val rows = df.collect()
assert(rows.size == 1)
val row = rows(0)
// The main point of the below lines is not to make sure that these Oracle types are
// The main point of the below assertions is not to make sure that these Oracle types are
// mapped to decimal types, but to make sure that the returned values are correct.
// A value > 1 from DECIMAL(1) is correct:
assert(row.getDecimal(0).compareTo(BigDecimal.valueOf(4)) == 0)
Expand Down