Skip to content

Commit

Permalink
noop test source
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent 428833e commit 0bd7992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)


table = pa.Table.from_pydict({"name": pa.array(["Tom", "Dick", "Jane"]), "age": pa.array([0, 1, 2])})
table = pa.Table.from_pydict({"name": pa.array(["Tom", "Dick", "John"]), "age": pa.array([0, 1, 2])})
expected_table = table # We're a noop after all.
expected_metadata_list = [{"nfiles": 1, "nrows": 3}, {}] # transform() result # flush() result

Expand Down

0 comments on commit 0bd7992

Please sign in to comment.