Re: [I] Datafusion listing table evolution is dependent on file order [datafusion]

2025-02-19 Thread via GitHub
zhuqi-lucas commented on issue #14755: URL: https://github.com/apache/datafusion/issues/14755#issuecomment-2669039429 I will try to take a look this issue. -- 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

Re: [I] Datafusion listing table evolution is dependent on file order [datafusion]

2025-02-19 Thread via GitHub
TheBuilderJR commented on issue #14755: URL: https://github.com/apache/datafusion/issues/14755#issuecomment-2669125704 @zhuqi-lucas https://github.com/apache/datafusion/issues/14757 is much more urgent. If you could take a look at that first, that'd be great. -- This is an automated messa

Re: [I] Datafusion listing table evolution is dependent on file order [datafusion]

2025-02-19 Thread via GitHub
alamb commented on issue #14755: URL: https://github.com/apache/datafusion/issues/14755#issuecomment-2668437833 Improving schema evolution seems like a good thing to work on in my opinion -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[I] Datafusion listing table evolution is dependent on file order [datafusion]

2025-02-18 Thread via GitHub
TheBuilderJR opened a new issue, #14755: URL: https://github.com/apache/datafusion/issues/14755 ### Describe the bug It should be agnostic, but basically requires files to be ordered in evolving order. For the following if you change from 4,1,2,3 to 1,2,3,4 it works, but not vice ver