korlov42 commented on a change in pull request #6456: IGNITE-11470: Views don't
show in Dbeaver
URL: https://github.com/apache/ignite/pull/6456#discussion_r316660431
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/jdbc/JdbcMetadataInfo.java
##########
@@ -48,8 +49,40 @@
/** Root context. Used to get all the database metadata. */
private final GridKernalContext ctx;
- /** The only one possible value of table type. */
- public static final String TABLE_TYPE = "TABLE";
+ /** Comparator for {@link ColumnInformation} by schema then table name
then column order. */
+ private static final Comparator<ColumnInformation>
bySchemaThenTabNameThenColOrder = new Comparator<ColumnInformation>() {
Review comment:
_TblName_ should be used instead of _TabName_
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services