Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Kuhnke <[email protected]>
  • Loading branch information
ahsimb and ckunki authored Dec 23, 2024
1 parent 179900f commit 3b65200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
@dataclass(frozen=True)
class SQLStageInputOutput:
"""
This is a type root for a class representing an input/output data for a customer
provided node-level query handler - SQLStageQueryHandler. The actual content of
the input/output is application specific.
This is a type root for a class representing input/output data for a customer
provided node-level query handler extending class SQLStageQueryHandler. The actual content of
the input/output is application-specific.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SQLStage(Stage):
"""
This is a node of an ExecutionGraph.
Essentially, this is a node-level query handler factory. The query handler
itself is user-provided and so is this factory.
itself is user-provided and so are the factories implementing this interface.
"""

@abc.abstractmethod
Expand Down

0 comments on commit 3b65200

Please sign in to comment.