CurtHagenlocher commented on PR #4351: URL: https://github.com/apache/arrow-adbc/pull/4351#issuecomment-4618453417
> This always fails for me: I think this is because of the projects in the submodule that are referenced by the solution; my guess is that they haven't been fetched when this is run then we get the error because the project references can't be resolved. I tried changing something to address that problem and the subsequent build was successful so I assumed it had worked -- apparently not :(. > Does it need to be `always_run` or can we have it only trigger on `*.cs` files? It could just trigger when there's a change in .cs files or in the csharp subdirectory, but I suspect if it's failing for you then it's probably going to fail for C# changes as well. Is there some other way to force the submodules to be resolved before this hook is run? Once the next version of the Apache.Arrow.Adbc package ships, we can get rid of the submodule and change the ProjectReferences to PackageReferences. -- 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]
