cyb70289 commented on a change in pull request #9728:
URL: https://github.com/apache/arrow/pull/9728#discussion_r597338967
##########
File path: cpp/src/arrow/flight/client.h
##########
@@ -92,10 +92,8 @@ class ARROW_FLIGHT_EXPORT FlightWriteSizeStatusDetail :
public arrow::StatusDeta
int64_t actual_;
};
-class ARROW_FLIGHT_EXPORT FlightClientOptions {
+struct ARROW_FLIGHT_EXPORT FlightClientOptions {
public:
Review comment:
trivia: can remove `public` if it's a `struct`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]