-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
development-processRelated to development process of DataFusionRelated to development process of DataFusionenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Is your feature request related to a problem or challenge?
Benchmark script requires rich python package:
arrow-datafusion$ ./benchmarks/bench.sh compare main refactor_create_initial_plan
Comparing main and refactor_create_initial_plan
--------------------
Benchmark clickbench_1.json
--------------------
Try `pip install rich` for using this script.
Traceback (most recent call last):
File "/home/jeffrey/Code/arrow-datafusion/benchmarks/compare.py", line 29, in <module>
from rich.console import Console
ModuleNotFoundError: No module named 'rich'Describe the solution you'd like
Update benchmarks README to indicate this
Describe alternatives you've considered
No response
Additional context
Bonus points: setup venv instructions or some other solution to not require user to install this package
alamb
Metadata
Metadata
Assignees
Labels
development-processRelated to development process of DataFusionRelated to development process of DataFusionenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers