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
Made changes so read will always return an empty table or batch generator if the filtering or column selection fails
Removed print statement
New Features
Added config class. Now users can change configs by importing parquetdb; parquetdb.config.root_dir='path/to/dir' or change the logging parquetdb.logging_config.loggers.parquetdb.level='Debug'; parquetdb.logging_config.apply()
New dev scripts
Documentation updates
Updated _version.py and CHANGELOG.md due to new release