Bump infinity to 0.5.2 (#4207)

### What problem does this PR solve?

Bump infinity to 0.5.2

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2024-12-24 15:17:37 +08:00
committed by GitHub
parent 321e9f3719
commit b7a7413419
4 changed files with 178 additions and 179 deletions

View File

@ -142,7 +142,6 @@ class InfinityConnection(DocStoreConnection):
def health(self) -> dict:
"""
Return the health status of the database.
TODO: Infinity-sdk provides health() to wrap `show global variables` and `show tables`
"""
inf_conn = self.connPool.get_conn()
res = inf_conn.show_current_node()