vfraga commented on a change in pull request #12254:
URL: https://github.com/apache/arrow/pull/12254#discussion_r824298599



##########
File path: 
java/flight/flight-sql/src/main/java/org/apache/arrow/flight/sql/FlightSqlColumnMetadata.java
##########
@@ -0,0 +1,295 @@
+/*

Review comment:
       It's from the [ColumnMetadata 
PR](https://github.com/apache/arrow/pull/11999), we needed it to continue 
implementing some missing stuff like proper 
[ResultSetMetaData](https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSetMetaData.html)
 for [PreparedStatement 
metadata](https://docs.oracle.com/javase/8/docs/api/java/sql/PreparedStatement.html#getMetaData--),
 and other metadata for 
[ResultSet#getColumns](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumns-java.lang.String-java.lang.String-java.lang.String-java.lang.String-).




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