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


##########
.github/workflows/cpp_extra.yml:
##########
@@ -472,6 +472,14 @@ jobs:
         run: |
           mkdir odbc-installer
           mv *.msi odbc-installer/
+
+          # Add `dev-yyyy-mm-dd` to ODBC MSI before `win64.msi`

Review Comment:
   How about adding an example for easy to understand?
   
   ```suggestion
             # Add `dev-yyyy-mm-dd` to ODBC MSI before `win64.msi`:
             #   Apache Arrow Flight SQL ODBC-24.0.0-win64.msi ->
             #   Apache Arrow Flight SQL ODBC-24.0.0-dev-2026-02-06-win64.msi
   ```



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