-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let thrift client reconnect on insert failure (#1156)
Let thrift client reconnect on insert failure Updated requirements.txt Issue link:#1125 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
- Loading branch information
1 parent
7e6b5d1
commit 4ab7331
Showing
10 changed files
with
82 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
elasticsearch~=8.13.0 | ||
h5py~=3.11.0 | ||
qdrant_client~=1.9.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
sqlglot==11.7.1 | ||
pydantic~=1.10.12 | ||
sqlglot~=11.7.1 | ||
pydantic~=2.7.1 | ||
thrift~=0.20.0 | ||
setuptools~=68.0.0 | ||
pytest~=7.4.0 | ||
pandas~=2.1.1 | ||
openpyxl | ||
numpy~=1.26.0 | ||
polars~=0.19.0 | ||
pyarrow | ||
setuptools~=69.5.1 | ||
pytest~=8.2.0 | ||
pandas~=2.2.2 | ||
numpy~=1.26.4 | ||
pyarrow~=16.0.0 | ||
polars~=0.20.23 | ||
openpyxl~=3.1.2 |