Skip to content

Commit 1b0aa42

Browse files
authored
fix(avro): include headers used by file batch reader (#422)
1 parent f24a61b commit 1b0aa42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/paimon/format/avro/avro_file_batch_reader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616

1717
#pragma once
1818

19+
#include <limits>
1920
#include <memory>
2021
#include <set>
2122
#include <utility>
2223
#include <vector>
2324

2425
#include "avro/DataFile.hh"
26+
#include "fmt/format.h"
2527
#include "paimon/format/avro/avro_direct_decoder.h"
2628
#include "paimon/memory/memory_pool.h"
2729
#include "paimon/metrics.h"

0 commit comments

Comments
 (0)