GongYi
GongYi
@RobAtticus Would you please take a look at this change? It's better if we can leverage timescaledb and Bitnami together.
@gavinfish Would you please take a look at my PR?
Can anybody take a look of my change?
/assign @xiaofan-luan
I run integration tests locally by './scripts/run_intergration_test.sh' without any error. Any idea?
> Great job! you need to rebase to the latest commit. The integration test on the master branch fails :( Could somebody in milvus fix this?
> It should be very hard to implement. Mark it as good first issue. I find there some bitwise operator keywords in the g4 files https://github.com/milvus-io/milvus/blob/5eec886f74041d3f60f0840b8095ac5b27906c4d/internal/parser/planparserv2/Plan.g4#LL24C9-L24C13 Can we start from...
> https://github.com/milvus-io/milvus/blob/5eec886f74041d3f60f0840b8095ac5b27906c4d/internal/parser/planparserv2/Plan.g4#LL24C9-L24C13 Thanks Plan.g4 already has bit and, bit or operators. Do I need to modify more g4 files? ``` BAND: '&'; BOR: '|'; BXOR: '^'; ```
Once the package name is different from folder name, the file are not loaded. For example angular-utils-pagination which has package name angularUtils-pagination.