lowka commented on code in PR #3187:
URL: https://github.com/apache/ignite-3/pull/3187#discussion_r1494636129
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/pruning/PartitionPruningMetadata.java:
##########
@@ -53,6 +55,6 @@ public Long2ObjectMap<PartitionPruningColumns> data() {
/** {@inheritDoc} */
@Override
public String toString() {
- return S.toString(this);
+ return data.toString();
Review Comment:
Replaced with String::toString(..., "collection", collection ) variants of
S::toString, because contents of`it.unimi.dsi.fastutil` collections is
displayed by default.
--
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]