Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RDF): Output not always as expected when using table inheritance (#…
…4417) * Fixed test succeeding due to re-use of RDFHandler * Split buggy test into 2 separate tests * fixed the test: describeTable() only used if 'rowId == null' so predicate not available as subject * reduced duplicate code * removed unneeded import * Added multiple tests to validate behavior * Added second child table to ensure correct functioning * enhanced tests to validate table inheritance from different schema * test fixes * if RDF API uses table filter, ensures all child tables from same scheme are included as well * Added additional tests to validate cross-schema behavior * Improved tests to include multi-layer external schema & reduced testing code duplicity * updated test to ensure a grandchild uses all inherited columns and validate on this * minor fix * Added test when using non-existing table * fixed some tests * RDFSchema filtering on table now works with a filter defining multiple schemas * removed unneeded code * minor fixes / comment adjustments
- Loading branch information