Skip to content

Commit

Permalink
MINOR: fix broken build (#10110)
Browse files Browse the repository at this point in the history
There was some changes in SR (Oct/13/2023) that broke ksql build.
  • Loading branch information
mjsax committed Nov 14, 2023
1 parent 0e58c13 commit e6a4fc4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ public class KsqlAvroSerializerTest {
parseAvroSchema("{\"type\": \"string\"}");

private static final org.apache.avro.Schema BOOLEAN_ARRAY_AVRO_SCHEMA =
parseAvroSchema("{\"type\": \"array\", \"items\": [\"null\", \"boolean\"]}]");
parseAvroSchema("{\"type\": \"array\", \"items\": [\"null\", \"boolean\"]}");

private static final org.apache.avro.Schema REQUIRED_KEY_MAP_AVRO_SCHEMA =
parseAvroSchema("{\"type\": \"map\", \"values\": [\"null\", \"int\"]}");
Expand Down

0 comments on commit e6a4fc4

Please sign in to comment.