Skip to content

Commit

Permalink
reformat after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Dec 19, 2022
1 parent c5a0d87 commit 21c069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva/executor/orderby_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
from typing import Iterator

from eva.executor.abstract_executor import AbstractExecutor
from eva.executor.executor_utils import ExecutorError
from eva.expression.function_expression import FunctionExpression
from eva.expression.tuple_value_expression import TupleValueExpression
from eva.models.storage.batch import Batch
from eva.parser.types import ParserOrderBySortType
from eva.plan_nodes.orderby_plan import OrderByPlan
from eva.executor.executor_utils import ExecutorError


class OrderByExecutor(AbstractExecutor):
Expand Down

0 comments on commit 21c069e

Please sign in to comment.