Lampros Flokas
Results
2
issues of
Lampros Flokas
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug As per the documentation [here](https://milvus.io/api-reference/restful/v2.6.x/v2/Import%20(v2)/List.md) the list import endpoint has...
kind/bug
The general phenomenon I am observing is that for a provenance mapped table b `SELECT SOME_AGG(b.column) FROM b;' works correctly but `SELECT SOME_AGG(b.column)*const FROM b;' returns a wrong result First...