Skip to content

Commit

Permalink
Include source_spec_patterns in log
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 19, 2024
1 parent 56d5b1c commit 0c64b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def visit_measure_node(self, node: MeasureGroupByItemSourceNode) -> PushDownResu
f"For {node.ui_description}:\n"
+ indent(
"After applying patterns:\n"
+ indent(mf_pformat(patterns_to_apply))
+ indent(mf_pformat(patterns_to_apply + self._source_spec_patterns))
+ "\n"
+ "to inputs, matches are:\n"
+ indent(mf_pformat(matching_items.specs))
Expand Down

0 comments on commit 0c64b86

Please sign in to comment.