Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Jan 9, 2024
1 parent 59b86a4 commit 9f2ee16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,6 @@ def filter(self, key):
exprs = replace_frame_in_exprs(exprs, base, filtered_base)
if base._index_cols is None:
idx_name = mangle_index_names([None])[0]
exprs[idx_name] = filtered_base.ref(idx_name)
# `idx_name` should be first
exprs = {idx_name: filtered_base.ref(idx_name)} | exprs

Expand Down

0 comments on commit 9f2ee16

Please sign in to comment.