Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHOW CONFIGS now gets all configs #1345

Merged
merged 7 commits into from
Nov 22, 2023

Conversation

hershd23
Copy link
Contributor

Added method to get all configs
modified: evadb/catalog/catalog_manager.py
Added case to get all configs
modified: evadb/executor/show_info_executor.py
Test for get all configs
modified: test/integration_tests/short/test_show_info_executor.py

	modified:   evadb/catalog/catalog_manager.py
Added case to get all configs
	modified:   evadb/executor/show_info_executor.py
Test for get all configs
	modified:   test/integration_tests/short/test_show_info_executor.py
@hershd23
Copy link
Contributor Author

@gaurav274 and @xzdandy what should I compare it against in the all configs test? A little confused about that

@hershd23
Copy link
Contributor Author

hershd23 commented Nov 10, 2023

Solves #1286

@hershd23 hershd23 linked an issue Nov 10, 2023 that may be closed by this pull request
2 tasks
	modified:   evadb/catalog/catalog_manager.py
	modified:   test/integration_tests/short/test_show_info_executor.py
@xzdandy xzdandy added this to the v0.3.9 milestone Nov 10, 2023
@xzdandy xzdandy modified the milestones: v0.3.9, V0.3.10 Nov 19, 2023
	modified:   .gitignore
Changed keyword to CONFIGS in place of CONFIG
	modified:   docs/source/reference/evaql/set_config.rst
	modified:   docs/source/reference/evaql/show_config.rst
	modified:   evadb/evadb_config.py
	modified:   evadb/executor/set_executor.py
	modified:   evadb/executor/show_info_executor.py
	modified:   evadb/parser/lark_visitor/_show_statements.py
	modified:   evadb/parser/show_statement.py
	modified:   evadb/parser/types.py
	modified:   evadb/plan_nodes/show_info_plan.py
Updated tests for CONFIGS
	modified:   test/integration_tests/short/test_show_info_executor.py
	modified:   test/unit_tests/parser/test_parser.py
@hershd23 hershd23 changed the title SHOW CONFIG now gets all configs SHOW CONFIGS now gets all configs Nov 22, 2023
@xzdandy xzdandy merged commit 334c8b1 into georgia-tech-db:staging Nov 22, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

SHOW ALL_CONFIGS Feature Addition
2 participants