lowka commented on code in PR #3187:
URL: https://github.com/apache/ignite-3/pull/3187#discussion_r1490679838


##########
modules/sql-engine/src/test/resources/mapping/test_partition_pruning.test:
##########
@@ -0,0 +1,50 @@
+# Pruning from a simple scan
+N1
+SELECT * FROM t1_n1n2n3 WHERE id = 0
+---
+Fragment#0 root
+  executionNodes: [N1]
+  remoteFragments: [1]
+  exchangeSourceNodes: {1=[N2]}
+  tree:

Review Comment:
   Maybe we can include information regarding used partitions to this out?



-- 
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]

Reply via email to