mingnuj opened a new issue, #44: URL: https://github.com/apache/arrow-java/issues/44
### Describe the bug, including details regarding any error messages, version, and platform. I encountered an issue when working with Arrow Flight SQL, and I would appreciate your help. I created a test_table with the following columns: ```sql CREATE TABLE default.public.test_table (col1 int); ``` When I run a `SELECT *` query without inserting any data into the table, the columns appear duplicated. I get the following output:  I am developing the database myself, using Rust and connecting through FlightSQL. When executing SELECT clause and the table is empty, I handle this by returning an endpoint with empty endpoint in the `get_flight_info` method. This did not occur in Arrow Flight SQL JDBC Driver versions prior to 15.0.0, but it started happening with version 15.0.0. ### Component(s) Java -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org