summaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/arrow_next/patches/3.patch
blob: 4044431b4d8a47e68c92322a3a3b4a7677c7fc47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- contrib/libs/apache/arrow_next/cpp/src/generated/parquet_types.tcc	(index)
+++ contrib/libs/apache/arrow_next/cpp/src/generated/parquet_types.tcc	(working tree)
@@ -4071,7 +4071,9 @@ uint32_t ColumnIndex::read(Protocol_* iprot) {
             uint32_t _i272;
             for (_i272 = 0; _i272 < _size268; ++_i272)
             {
-              xfer += iprot->readBool(this->null_pages[_i272]);
+              bool tmp = this->null_pages[_i272];
+              xfer += iprot->readBool(tmp);
+              this->null_pages[_i272] = tmp;
             }
             xfer += iprot->readListEnd();
           }