Skip to content

Commit

Permalink
Change debug symbol for auxiliary projections
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-weber committed Apr 3, 2024
1 parent 0289f15 commit 89925f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void buildPolyAlgebra( StringBuilder sb ) {
child.buildPolyAlgebra( csb );
} else {
csb.append( PolyAlgRegistry.getDeclaration( LogicalRelProject.class ).opName )
.append( "*[" )
.append( "#[" )
.append( PolyAlgUtils.joinMultiValued( projections, true ) )
.append( "](\n" );
child.buildPolyAlgebra( csb );
Expand Down

0 comments on commit 89925f7

Please sign in to comment.