Skip to content

Commit

Permalink
Default value for new Avro field
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Jul 10, 2023
1 parent ce4265f commit 13e3986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querylog/querylog.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{"name": "Time", "type": "long", "logicalType": "timestamp-micros"},
{"name": "Hostname", "type": "string"},
{"name": "Origin", "type": "string"},
{"name": "Name", "type": "string"},
{"name": "Name", "type": "string", "default": "" },
{"name": "Qtype", "type": "int"},
{"name": "Rcode", "type": "int"},
{"name": "AnswerCount", "type": "int"},
Expand Down

0 comments on commit 13e3986

Please sign in to comment.