Skip to content

Commit

Permalink
Remove leftover debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 21, 2021
1 parent 4e30d82 commit d19e581
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,6 @@ public void testHourTransform()

assertQuery("SELECT d_hour, row_count, d.min, d.max, b.min, b.max FROM \"test_hour_transform$partitions\"", expected);

System.out.println(computeActual("SELECT * FROM \"test_hour_transform$files\""));

assertThat(query("SHOW STATS FOR test_hour_transform"))
.projected(0, 2, 3, 4, 5, 6) // ignore data size which is available for Parquet, but not for ORC
.skippingTypesCheck()
Expand Down

0 comments on commit d19e581

Please sign in to comment.