zstan commented on code in PR #6187: URL: https://github.com/apache/ignite-3/pull/6187#discussion_r2191729302
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/RowTypeUtils.java: ########## @@ -46,24 +47,26 @@ public static RelDataType rowType(TableDescriptor tableDescriptor, IgniteTypeFac * @return Stored rows count. */ public static int storedRowsCount(TableDescriptor tableDescriptor) { Review Comment: i think it need to call: storedColumnsCount ? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org