kz930 commented on PR #7327: URL: https://github.com/apache/texera/pull/7327#issuecomment-5209616853
No, it's wrong on every input. sources + destinations adds the two columns row by row, so for rows n1→n2, n2→n3, n3→n4 the node set came out as n1n2, n2n3, n3n4 — not one real node. The graph still looked almost right only because adding the edges put the real nodes back, leaving those three as extra isolated dots: seven nodes instead of four. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
