datawave
datawave copied to clipboard
Remove universal set
Unit tests will fail until metadata-utils
is updated
metadata-utils
has been tagged and updated, everything should be working now
After reading the ticket, I wonder if this should be changed as part of it: https://github.com/NationalSecurityAgency/datawave/blob/integration/warehouse/query-core/src/main/java/datawave/core/iterators/filter/GlobalIndexDataTypeFilter.java#L42 Seems to violate the second rule unless there's something I'm missing.
Hoping to take a look at this in depth this week.
Good catch @hlgp - updated to match the rules outlined in the ticket
Oh also, WiredQueryExecutorBeanTest failed for me when I built this. You can run this test as part of your build with -Ddeploy
Changing to draft as various classes are updated in pieces
Adding FieldMissingFromSchemaVisitor/Test as well - found during testing.
These changes are tied to datawave-metadata-utils#20 as this branch is dependent on those changes for fully removing UniversalSet and handling empty but non-null datatype filters.
Is this ready to be reviewed again?
All comments addressed - should be good to go
Somehow removed a bunch of changes during last attempt at fixing the merge conflicts - reverted and attempting again