-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in line-width control in DAG pretty printer (#1318)
This PR fixes a bug with how the maximum width for pretty printing was not correctly computed. Note that `SqlStringExpression(node_id=str_0 sql_expr='foo')` is longer than expected - this is due to a `__repr__` issue that will be addressed in a follow up.
- Loading branch information
Showing
2 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters