Skip to content

Commit

Permalink
PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkzinzow committed Nov 7, 2022
1 parent 144cb13 commit bfdbd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/_internal/arrow_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __getitem__(self, key: str) -> Any:

schema = self._row.schema
if isinstance(
schema.field(schema.get_field_index(key)).type,
schema.field(key).type,
(ArrowTensorType, ArrowVariableShapedTensorType),
):
# Build a tensor row.
Expand Down

0 comments on commit bfdbd7e

Please sign in to comment.