Skip to content

Commit bbbc500

Browse files
committed
char sequence fix
1 parent 47b2201 commit bbbc500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/io/cloudquery/scalar/Binary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public void set(Object value) throws ValidationException {
6060
}
6161

6262
if (value instanceof CharSequence sequence) {
63+
this.valid = true;
6364
this.value = Base64.decodeBase64(sequence.toString());
6465
return;
6566
}

0 commit comments

Comments
 (0)