Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
force tests rerun
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
  • Loading branch information
tokoko committed Apr 2, 2024
commit 1bf360a0975f2d97a0ced9ddef2dec35e338e6ac
1 change: 1 addition & 0 deletions sdk/python/tests/unit/test_substrait_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_ibis_pandas_parity():
@on_demand_feature_view(
sources=[driver_stats_fv],
schema=[Field(name="conv_rate_plus_acc", dtype=Float64)],
mode="pandas",
)
def pandas_view(inputs: pd.DataFrame) -> pd.DataFrame:
df = pd.DataFrame()
Expand Down