cmu-db / dbgym

An end-to-end research vehicle for studying self-driving DBMSs.
MIT License
9 stars 1 forks source link

AttributeError: 'bool' object has no attribute 'item' when only sampling 2048 instead of 32768 indexes for lineitem #4

Open wangpatrick57 opened 5 months ago

wangpatrick57 commented 5 months ago

Details: analyze.py:243

Reproduce: Run ./pat_test.sh with --override-sample-limits "lineitem,32768" commented out on the embedding-datagen branch here: https://github.com/wangpatrick57/dbgym/tree/embedding-datagen. run_2024-02-28_17-20-10 on dev4 has a example .parquet file which causes this error.