adriangb commented on PR #12978: URL: https://github.com/apache/datafusion/pull/12978#issuecomment-2441593054
> > Some sqllogictests failed and this is expected. @adriangb can you please update them with > > ``` > > cargo test --test sqllogictests -- --complete > > ``` > > You will need to merge with `main` to reproduce the failures (the failing tests are new). When you do so, you should get a diff like this Thanks I was wondering how to update that. When I run it I get various errors along the lines of: ``` Execution error: Error completing "string/string_view.slt": failed to rename file from test_files/string/init_data.slt.part.temp to test_files/string/./init_data.slt.part Execution error: Error completing "string/large_string.slt": failed to rename file from test_files/string/string_query.slt.part.temp to test_files/string/./string_query.slt.part Execution error: Error completing "string/dictionary_utf8.slt": failed to rename file from test_files/string/string_query.slt.part.temp to test_files/string/./string_query.slt.part ``` Any idea what's going on? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
