metesynnada commented on code in PR #7793:
URL: https://github.com/apache/arrow-datafusion/pull/7793#discussion_r1355149603


##########
datafusion/sqllogictest/test_files/explain.slt:
##########
@@ -273,8 +273,8 @@ query TT
 EXPLAIN SELECT a, b, c FROM simple_explain_test limit 10;
 ----
 physical_plan
-GlobalLimitExec: skip=0, fetch=10, statistics=[rows=10, bytes=None, 
exact=false]
---CsvExec: file_groups={1 group: 
[[WORKSPACE_ROOT/datafusion/core/tests/data/example.csv]]}, projection=[a, b, 
c], limit=10, has_header=true, statistics=[]
+GlobalLimitExec: skip=0, fetch=10, statistics=[Rows=Exact(10), Bytes=Absent, 
ColStats=[ColumnStatistics { null_count: Absent, max_value: Absent, min_value: 
Absent, distinct_count: Absent }, ColumnStatistics { null_count: Absent, 
max_value: Absent, min_value: Absent, distinct_count: Absent }, 
ColumnStatistics { null_count: Absent, max_value: Absent, min_value: Absent, 
distinct_count: Absent }]]

Review Comment:
   Can we make this display shorter?.



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