Skip to content

Commit

Permalink
Trigger data materialization in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Dec 6, 2024
1 parent dd40231 commit db027ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarking/ooms/big_file_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def get_args():
]
* 10
)
df = df.with_column(df["L_ORDERKEY"] + 1) # trigger data materialization by adding a projection

start = time.time()
df.explain(True)
Expand Down

0 comments on commit db027ca

Please sign in to comment.