zstan commented on a change in pull request #520:
URL: https://github.com/apache/ignite-3/pull/520#discussion_r776193853
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/externalize/RelJsonReader.java
##########
@@ -142,8 +144,17 @@ public RelTraitSet getTraitSet() {
/** {@inheritDoc} */
@Override
public RelOptTable getTable(String table) {
- List<String> list = getStringList(table);
- return relOptSchema.getTableForMember(list);
+ throw new AssertionError();
Review comment:
can u append additional messge into AssertionError ? do we really need
_getTableById_ ? why can`t refactor _getTable_ ?
--
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]