We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189b0ba commit 59fbfadCopy full SHA for 59fbfad
src/paimon/format/orc/orc_file_batch_reader.h
@@ -117,7 +117,6 @@ class OrcFileBatchReader : public PrefetchFileBatchReader {
117
std::unique_ptr<::orc::ReaderMetrics> reader_metrics_;
118
std::unique_ptr<OrcReaderWrapper> reader_;
119
std::shared_ptr<Metrics> metrics_;
120
- bool has_error_ = false;
121
std::vector<uint64_t> target_column_ids_;
122
};
123
0 commit comments