SYaoJun opened a new issue, #920: URL: https://github.com/apache/incubator-graphar/issues/920
### Describe the bug, including details regarding any error messages, version, and platform. ## main reason apache-arrow upgrade to 24.0.0_1, and some functions is deprecated. detail errors: https://github.com/apache/incubator-graphar/actions/runs/25497718565/job/74821822011 ```sh /Users/runner/work/incubator-graphar/incubator-graphar/cpp/src/graphar/filesystem.cc:128:27: error: 'ReadTable' is deprecated: Deprecated in 24.0.0. Use arrow::Result version instead. [-Werror,-Wdeprecated-declarations] 128 | read_status = reader->ReadTable(&table); | ^ /opt/homebrew/include/parquet/arrow/reader.h:241:3: note: 'ReadTable' has been explicitly marked deprecated here 241 | ARROW_DEPRECATED("Deprecated in 24.0.0. Use arrow::Result version instead.") | ^ /opt/homebrew/include/arrow/util/macros.h:140:35: note: expanded from macro 'ARROW_DEPRECATED' 140 | # define ARROW_DEPRECATED(...) [[deprecated(__VA_ARGS__)]] | ^ /Users/runner/work/incubator-graphar/incubator-graphar/cpp/src/graphar/filesystem.cc:130:27: error: 'ReadTable' is deprecated: Deprecated in 24.0.0. Use arrow::Result version instead. [-Werror,-Wdeprecated-declarations] 130 | read_status = reader->ReadTable(column_indices, &table); | ^ /opt/homebrew/include/parquet/arrow/reader.h:265:3: note: 'ReadTable' has been explicitly marked deprecated here 265 | ARROW_DEPRECATED("Deprecated in 24.0.0. Use arrow::Result version instead.") | ^ /opt/homebrew/include/arrow/util/macros.h:140:35: note: expanded from macro 'ARROW_DEPRECATED' 140 | # define ARROW_DEPRECATED(...) [[deprecated(__VA_ARGS__)]] | ^ 2 errors generated. ``` ### Component(s) C++ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
