Skip to content

Commit

Permalink
missed removing metadata file in lua test
Browse files Browse the repository at this point in the history
  • Loading branch information
elidwa committed Apr 9, 2024
1 parent 9e6b48d commit 7e6b4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/selftests/parquet_sampler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ runner.check(out_file_size > in_file_size, "Output file size is not greater than
os.remove(out_geoparquet)
os.remove(out_parquet)
os.remove(out_csv)
os.remove(out_metadata)

-- Report Results --

Expand Down

0 comments on commit 7e6b4e9

Please sign in to comment.