lowka commented on code in PR #2461:
URL: https://github.com/apache/ignite-3/pull/2461#discussion_r1301615115
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/util/Commons.java:
##########
@@ -498,7 +498,7 @@ public static Mappings.TargetMapping trimmingMapping(int
sourceSize, ImmutableBi
* @return A mapping to restore the original mapping.
* @see #trimmingMapping(int, ImmutableBitSet)
*/
- public static Mappings.TargetMapping inverseTrimmingMapping(int
sourceSize, ImmutableBitSet requiredElements) {
+ public static Mapping inverseTrimmingMapping(int sourceSize,
ImmutableBitSet requiredElements) {
Review Comment:
To have access to `getSource` in `PlanUtils::createHashAggRowType`
--
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]