Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add python bytes to array type conversion support proto (#3874)
* feat: add redis sentinel support format lint Signed-off-by: snowron <[email protected]> Signed-off-by: Rob Howley <[email protected]> * 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] <[email protected]> Signed-off-by: Rob Howley <[email protected]> * fix: upgrade the pyarrow to latest v14.0.1 for CVE-2023-47248. Signed-off-by: Shuchu Han <[email protected]> Signed-off-by: Rob Howley <[email protected]> * feat: add bytes to array type conversion in python -> proto Signed-off-by: Rob Howley <[email protected]> * ignore type like in other proto val assignments Signed-off-by: Rob Howley <[email protected]> * run black Signed-off-by: Rob Howley <[email protected]> * floats can also appear as ints Signed-off-by: Rob Howley <[email protected]> --------- Signed-off-by: snowron <[email protected]> Signed-off-by: Rob Howley <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Shuchu Han <[email protected]> Co-authored-by: snowron <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shuchu Han <[email protected]> Co-authored-by: Rob Howley <[email protected]>
- Loading branch information