tledkov-gridgain commented on a change in pull request #692:
URL: https://github.com/apache/ignite-3/pull/692#discussion_r816491221
##########
File path:
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rel/IgniteTableModify.java
##########
@@ -117,6 +117,8 @@ public IgniteRel clone(RelOptCluster cluster,
List<IgniteRel> inputs) {
public RelWriter explainTerms(RelWriter pw) {
return super.explainTerms(pw)
.itemIf("tableId",
getTable().unwrap(InternalIgniteTable.class).id().toString(),
+ pw.getDetailLevel() == ALL_ATTRIBUTES)
Review comment:
Why `ProjectableFilterableTableScan#explainTerms` uses condition
`pw.getDetailLevel() != EXPPLAN_ATTRIBUTES` but here `pw.getDetailLevel() ==
ALL_ATTRIBUTES`?
--
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]