alamb commented on PR #13936: URL: https://github.com/apache/datafusion/pull/13936#issuecomment-2565355212
> Git submodules - for me this worked (as documented in the description above): > `git submodule update --init --remote --recursive` 🤔 -- it still doesn't work for me. - I made https://github.com/Omega359/arrow-datafusion/pull/3 targeting this branch that might fix it I also tried it on an entirely new checkout: ```shell andrewlamb@Andrews-MacBook-Pro-2 Downloads % git clone https://github.com/Omega359/arrow-datafusion.git Cloning into 'arrow-datafusion'... remote: Enumerating objects: 125653, done. remote: Counting objects: 100% (29331/29331), done. remote: Compressing objects: 100% (1500/1500), done. remote: Total 125653 (delta 28229), reused 27839 (delta 27831), pack-reused 96322 (from 1) Receiving objects: 100% (125653/125653), 242.40 MiB | 10.17 MiB/s, done. Resolving deltas: 100% (97365/97365), done. andrewlamb@Andrews-MacBook-Pro-2 Downloads % cd arrow-datafusion andrewlamb@Andrews-MacBook-Pro-2 arrow-datafusion % git submodule init Submodule 'parquet-testing' (https://github.com/apache/parquet-testing.git) registered for path 'parquet-testing' Submodule 'testing' (https://github.com/apache/arrow-testing) registered for path 'testing' andrewlamb@Andrews-MacBook-Pro-2 arrow-datafusion % ```` -- 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