mapleFU commented on PR #37400:
URL: https://github.com/apache/arrow/pull/37400#issuecomment-2470196976
Two need fix:
```
/arrow/cpp/src/parquet/bloom_filter.h:118: error: The following parameter of
parquet::BloomFilter::Hash(const FLBA &value, uint32_t type_len) const is not
documented:
parameter 'type_len' (warning treated as error, aborting now)
```
```
D:/a/arrow/arrow/build/cpp/src/parquet/CMakeFiles/parquet_shared.dir/Unity/unity_3_cxx.cxx
In file included from
D:/a/arrow/arrow/build/cpp/src/parquet/CMakeFiles/parquet_shared.dir/Unity/unity_3_cxx.cxx:16:
D:/a/arrow/arrow/cpp/src/parquet/schema.cc: In function 'void
parquet::schema::PrintRepLevel(parquet::Repetition::type, std::ostream&)':
D:/a/arrow/arrow/cpp/src/parquet/schema.cc:630:30: error: expected
unqualified-id before ':' token
630 | case Repetition::OPTIONAL:
| ^
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]