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

Revert test fixes for AI-3786 #108

Merged
merged 2 commits into from
Nov 9, 2023
Merged

Conversation

jamiewhths
Copy link
Contributor

Test fixes were a failure, as they will now also reorder column vectors for e.g. text columns, without reordering the other column vectors at the same time. Diffcult to change the "canonicalization" routine without a fair amount fo effort as its 1) recursive so you have no context at present of the parent, and 2) we would need to know when we have a set of vectors which all must be reordered together (like column vectors), and adjust the routine accordingly.

For now, I have instead disabled the attachment field test. We currently have unit tests which test explicitly for serialisation and back-compatibility, and I will ask Lefos to add an API test to cover this case which should be equaivalent to this test anyway.

@akbertram akbertram merged commit a7b45ae into bedatadriven:master Nov 9, 2023
0 of 3 checks passed
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.

2 participants