This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 924291bb4c GH-49393: [C++][FlightRPC][DOC] Add limitations to ODBC 
ReadMe Doc (#49394)
924291bb4c is described below

commit 924291bb4c83b2e0749f7f7ee0468e362590a333
Author: Alina (Xi) Li <[email protected]>
AuthorDate: Wed Feb 25 17:22:20 2026 -0800

    GH-49393: [C++][FlightRPC][DOC] Add limitations to ODBC ReadMe Doc (#49394)
    
    ### Rationale for this change
    #49393
    
    ### What changes are included in this PR?
    - Add limitations to ODBC ReadMe Doc
    
    ### Are these changes tested?
    N/A
    ### Are there any user-facing changes?
    Updates the public-facing ReadMe
    
    * GitHub Issue: #49393
    
    Authored-by: Alina (Xi) Li <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 cpp/src/arrow/flight/sql/odbc/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/cpp/src/arrow/flight/sql/odbc/README.md 
b/cpp/src/arrow/flight/sql/odbc/README.md
index a8f3bc727f..a2a3fd7904 100644
--- a/cpp/src/arrow/flight/sql/odbc/README.md
+++ b/cpp/src/arrow/flight/sql/odbc/README.md
@@ -124,3 +124,8 @@ After ODBC has been registered, you can run the ODBC tests. 
It is recommended to
       ```
       .\cpp\build\< release | debug >\< Release | 
Debug>\arrow-flight-sql-odbc-test.exe
       ```
+
+## Known Limitations
+
+- Conversion from timestamp data type with specified time zone value to 
strings is not supported at the moment. This doesn't impact driver's usage of 
retrieving timestamp data from Power BI on Windows, and Excel on macOS and 
Windows. See GH-47504 for more context.
+- Conversion from strings to big int data type has a limit range of 
-9007199254740992 to 9007199254740992.

Reply via email to