kou commented on code in PR #50748:
URL: https://github.com/apache/arrow/pull/50748#discussion_r3695221201


##########
dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in:
##########
@@ -526,6 +527,7 @@ Libraries and header files for Apache Arrow Flight SQL ODBC 
driver.
 %files flight-sql-odbc-devel
 %defattr(-,root,root,-)
 %doc README.md
+%doc cpp/src/arrow/flight/sql/odbc/connection-options.md

Review Comment:
   `-devel` package doesn't need this because `-libs` includes this.
   
   ```suggestion
   ```
   
   BTW, how about writing documentation in 
https://github.com/apache/arrow/tree/main/docs/source/cpp not 
`cpp/src/arrow/flight/sql/odbc/*.md`?



-- 
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]

Reply via email to