Skip to content

Commit

Permalink
Fix pom.xml for flight-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-telles authored and vfraga committed Mar 29, 2022
1 parent d6b07f3 commit 98fab9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
public class TestFlightSql {

protected static final Schema SCHEMA_INT_TABLE = new Schema(asList(
new Field("ID", new FieldType(true, MinorType.INT.getType(), null), null),
new Field("ID", new FieldType(false, MinorType.INT.getType(), null), null),
Field.nullable("KEYNAME", MinorType.VARCHAR.getType()),
Field.nullable("VALUE", MinorType.INT.getType()),
Field.nullable("FOREIGNID", MinorType.INT.getType())));
Expand Down

0 comments on commit 98fab9b

Please sign in to comment.