You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix azure iceberg account name and storage account key (#862)
Pyarrow uses different names for storage account name and key than us but we should rely on their initialization function for robustness
NYC taxi changes (#658)
First round of changes for running NYC taxi and collecting performance data:
Prevent unnecessary fallback when input DataFrame or parquet contains timestamp with non ns precision
Optimize _init_lazy_distributed_arg by making sure it's only called once per LazyPlan.
Adds cache flag to read_csv.
Co-authored-by: Todd A. Anderson <[email protected]>