Skip to content

Commit

Permalink
fix: uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Jul 7, 2020
1 parent 4b4a17b commit ea2d511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class RandomResultSetGenerator {
Type.newBuilder().setCode(TypeCode.BOOL).build(),
Type.newBuilder().setCode(TypeCode.INT64).build(),
Type.newBuilder().setCode(TypeCode.FLOAT64).build(),
// Type.newBuilder().setCode(TypeCode.NUMERIC).build(),
Type.newBuilder().setCode(TypeCode.NUMERIC).build(),
Type.newBuilder().setCode(TypeCode.STRING).build(),
Type.newBuilder().setCode(TypeCode.BYTES).build(),
Type.newBuilder().setCode(TypeCode.DATE).build(),
Expand Down

0 comments on commit ea2d511

Please sign in to comment.