1 2 3 4 5 6 7 8 9
Feature: Count Scenario: Row count from Parquet When the REPL is ran and the user types: ``` read("fixtures/table.parquet") |> count() ``` Then the command should succeed And the output should contain "3"