kosiew commented on PR #1236: URL: https://github.com/apache/datafusion-python/pull/1236#issuecomment-3296641680
hi @renato2099 The changes in this PR replaced DataFrame.with_column with a select-based implementation that filters out the target column and pushes the aliased expression at the end of the projection list. This reorders the DataFrame columns (a, b, c, e, d), leading test_named_struct to fail because it expects the replaced column d to remain in its original position (a, b, c, d, e). Can you amend the code so that the tests pass? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org