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

decide per index to reconcile class name field #1222

Closed
wants to merge 1 commit into from

Conversation

akostadinov
Copy link
Contributor

Presently we only remove the class name field
if there's no index with inheritance at all
among the ones defined. This commit reconciles
all possible indices, skipping only the ones
where this field is needed.

Presently we only remove the class name field
if there's no index with inheritance at all
among the ones defined. This commit reconciles
all possible indices, skipping only the ones
where this field is needed.
@pat
Copy link
Owner

pat commented Jun 11, 2022

The logic on this seems fine to me, but CI's not happy - even though the tests pass on my own machine. I'm going to try to figure out why (and maybe migrate CI over to GitHub Actions now that they support retrying of failed jobs, see if that helps)

@pat
Copy link
Owner

pat commented Jun 12, 2022

I had your change in a local branch, rebased it, found the source of the bug (my fault from a long time ago), and merged both your rebased commit 5ccb900 and my fix e12b784 into develop :)

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.

None yet

2 participants