1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 11:16:09 +03:00

Change tests to use new verbose syntax

This commit is contained in:
Xentripetal 2022-02-07 17:39:37 -06:00
parent 5b11385ea4
commit 66ca1f109e
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Generated using https://gist.github.com/xentripetal/c0f1645ee1abd4d25f71896c8d650543
$ fq verbose allDataTypes.avro
$ fq dv allDataTypes.avro
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: allDataTypes.avro (avro_ocf) 0x0-0x738.7 (1849)
0x000|4f 62 6a 01 |Obj. | magic: raw bits (valid) 0x0-0x3.7 (4)
| | | header{}: 0x4-0x41d.7 (1050)

View File

@ -1,5 +1,5 @@
# Testcase taken from linkedin/goavro https://github.com/linkedin/goavro
$ fq verbose firstBlockCountNotGreaterThanZero.avro
$ fq dv firstBlockCountNotGreaterThanZero.avro
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: firstBlockCountNotGreaterThanZero.avro (avro_ocf) 0x0-0x32.7 (51)
0x00|4f 62 6a 01 |Obj. | magic: raw bits (valid) 0x0-0x3.7 (4)
| | | header{}: 0x4-0x31.7 (46)

View File

@ -1,5 +1,5 @@
# Testcase taken from linkedin/goavro https://github.com/linkedin/goavro
$ fq verbose quickstop-deflate.avro
$ fq dv quickstop-deflate.avro
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: quickstop-deflate.avro (avro_ocf) 0x0-0x5835.7 (22582)
0x0000|4f 62 6a 01 |Obj. | magic: raw bits (valid) 0x0-0x3.7 (4)
| | | header{}: 0x4-0x129.7 (294)

View File

@ -1,5 +1,5 @@
# avro file taken from https://github.com/miguno/avro-cli-examples
$ fq verbose twitter.avro
$ fq dv twitter.avro
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: twitter.avro (avro_ocf) 0x0-0x21e.7 (543)
0x000|4f 62 6a 01 |Obj. | magic: raw bits (valid) 0x0-0x3.7 (4)
| | | header{}: 0x4-0x1a7.7 (420)