westonpace commented on issue #16312: URL: https://github.com/apache/datafusion/issues/16312#issuecomment-2951162788
https://github.com/lancedb/lance/pull/3954 should resolve this as a workaround while we wait for the df-python change. It turns out it was the exec adding the row-addr column that was the culprit. Are you passing in `with_row_addr=True`? Do you depend on this? If not, you might be able to avoid the issue (without any lance change) by setting `with_row_addr=False`? -- 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