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

gemini,schema: adds support for feature sets #148

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

dahankzter
Copy link
Contributor

@dahankzter dahankzter commented Jun 20, 2019

There is now a CLI toggle "--cql-features" that can enable or disable
features that gemini uses. Three levels are deined so far:

- "basic":  only simple regular columns are used
- "normal": MV and SI in addition to "basic"
- "all":    not used yet but will enable schema modifications

Fixes: #146

There is now a CLI toggle "--cql-features" that can enable or disable
features that gemini uses. Three levels are deined so far:

	- "basic":  only simple regular columns are used
	- "normal": MV and SI in addition to "basic"
	- "all":    not used yet but will enable schema modifications
@dahankzter dahankzter merged commit 5a6fb3f into master Jun 20, 2019
@penberg penberg deleted the feature_set_configurable branch December 11, 2019 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make CQL feature set configurable
1 participant