tledkov-gridgain commented on a change in pull request #9604:
URL: https://github.com/apache/ignite/pull/9604#discussion_r762979443
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/H2TableDescriptor.java
##########
@@ -325,7 +325,7 @@ GridLuceneIndex luceneIndex() {
@NotNull private List<IndexColumn> extractKeyColumns(GridH2Table tbl,
IndexColumn keyCol, IndexColumn affCol) {
ArrayList<IndexColumn> keyCols;
- if (isSql) {
Review comment:
> do we need H2TableDescriptor#sql() method then at all?
I guess, yes. Because we have to support compatible behavior.
May it will be dropped in the future.
--
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]