◐ Shell
clean mode source ↗

feat: Add python bytes to array type conversion support proto by robhowley · Pull Request #3874 · feast-dev/feast

and others added 4 commits

December 29, 2023 14:02
Signed-off-by: snowron <snowronark@gmail.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>

@robhowley

@robhowley robhowley changed the title feat: add python bytes to array type conversion support proto feat: Add python bytes to array type conversion support proto

Dec 29, 2023

Rob Howley added 3 commits

December 29, 2023 14:12
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
Signed-off-by: Rob Howley <rhowley@seatgeek.com>

redhatHameed

Rob Howley and others added 2 commits

January 12, 2024 14:53
Signed-off-by: Rob Howley <rhowley@seatgeek.com>
allow for ints to go to float features

robhowley

@robhowley

etirelli

tokoko pushed a commit to tokoko/feast that referenced this pull request

Feb 6, 2024
…dev#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>
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

zseta pushed a commit to zseta/feast that referenced this pull request

Feb 7, 2024
…dev#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>
Signed-off-by: Attila Toth <hello@attilatoth.dev>