| 371 | } |
| 372 | |
| 373 | void TestEmpty() { |
| 374 | auto type = null(); |
| 375 | |
| 376 | MakeDecoder(default_options); |
| 377 | |
| 378 | AppendChunks({{}, {}}); |
| 379 | AssertFetch(ArrayFromJSON(type, "[]")); |
| 380 | AssertFetch(ArrayFromJSON(type, "[]")); |
| 381 | } |
| 382 | }; |
| 383 | |
| 384 | TEST_F(InferringColumnDecoderTest, Integers) { this->TestIntegers(); } |
no test coverage detected