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 14, 2024
1 parent 9fe0996 commit ae72a15
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 ae72a15

Please sign in to comment.