You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add python bytes to array type conversion support proto (#3874)
* feat: add redis sentinel support format lint
Signed-off-by: snowron <snowronark@gmail.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* chore: Bump pyarrow
Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.0 to 14.0.1.
- [Commits](apache/arrow@go/arrow/v6.0.0...apache-arrow-14.0.1)
---
updated-dependencies:
- dependency-name: pyarrow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* fix: upgrade the pyarrow to latest v14.0.1 for CVE-2023-47248.
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* feat: add bytes to array type conversion in python -> proto
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* ignore type like in other proto val assignments
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* run black
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
* floats can also appear as ints
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
---------
Signed-off-by: snowron <snowronark@gmail.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
Co-authored-by: snowron <snowronark@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shuchu Han <shuchu.han@gmail.com>
Co-authored-by: Rob Howley <rhowley@seatgeek.com>
0 commit comments