Skip to content

Commit

Permalink
New Exasol version verifies column size
Browse files Browse the repository at this point in the history
VM error: data exception - string data, right truncation: max length: 20, emitted: 57
  • Loading branch information
kaklakariada committed Nov 20, 2024
1 parent 3eb2518 commit 2d32610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class AvroDataImporterIT extends BaseDataImporter {

test("imports array of doubles") {
val schema = getBasicSchema("""{"type":"array","items":"double"}""")
AvroChecker(schema, "VARCHAR(20)", "array_doubles")
AvroChecker(schema, "VARCHAR(60)", "array_doubles")
.withInputValues(List(java.util.List.of(1.01, 3.14, 2.71)))
.assertResultSet(
table()
Expand Down

0 comments on commit 2d32610

Please sign in to comment.