Skip to content

Commit

Permalink
typo: Double word "new"
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and ajcvickers committed Jun 29, 2019
1 parent a1be103 commit 527afd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ public override Node Visit(UnnestOp op, Node n)
// are taken from the corresponding variables of the new UnnestOp.
// The new ProjectOp also projects a null sentinenel if the flattened type has one.
//
// 4. Update m_varInfoMap with the new new entry that maps the old unnestTableColumnVar to the list of new flattened vars:
// 4. Update m_varInfoMap with the new entry that maps the old unnestTableColumnVar to the list of new flattened vars:
// If processingTVF, the new flattended vars are the outputs of the ProjectOp,
// otherwise the new flattened vars are the columns on the new UnnestOp.Table.
//
Expand Down

0 comments on commit 527afd5

Please sign in to comment.