Closed reckart closed 4 years ago
Describe the bug For a type inheritance structure A <- B <- C, cas.select("A") only returns instances of A and B but not of C
A <- B <- C
cas.select("A")
A
B
C
To Reproduce I'll provide a PR/unit test
Expected behavior cas.select("A") only returns instances of A and any (transitive) subtypes
Please complete the following information:
Describe the bug For a type inheritance structure
A <- B <- C
,cas.select("A")
only returns instances ofA
andB
but not ofC
To Reproduce I'll provide a PR/unit test
Expected behavior
cas.select("A")
only returns instances ofA
and any (transitive) subtypesPlease complete the following information: