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

Fix a bug in the feature_extraction analyzer #3047

Merged
merged 1 commit into from Mar 14, 2024

Conversation

jkppr
Copy link
Collaborator

@jkppr jkppr commented Mar 14, 2024

This PR fixes the bug #3046 by removing the options and handling of create_view and aggregate from the analyzer.

  • aggregate was not supported anyway and can be introduced again in the future when our re-work of the aggregation feature is merged.
  • create_view was supported but resulted in a crash due to the restructure of the feature extractions analyzer into a plugin approach. However, a very similar result is achieved by using the tags option instead.

closes #3046

@jkppr jkppr added this to the Release: 20240320 milestone Mar 14, 2024
@jkppr jkppr requested a review from berggren March 14, 2024 09:27
@jkppr jkppr self-assigned this Mar 14, 2024
@jkppr jkppr merged commit 169e6c3 into google:master Mar 14, 2024
24 checks passed
@jkppr jkppr deleted the 3046-fix-feature-extractions branch March 14, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Extraction analyzer cannot create views
2 participants