kmatt commented on PR #2702: URL: https://github.com/apache/drill/pull/2702#issuecomment-1331605371
On Windows 10 `git clone` fails due to a path length in this patch. Repo clones successfully on Debian 11. ``` git clone https://github.com/apache/drill.git Cloning into 'drill'... remote: Enumerating objects: 156537, done. remote: Counting objects: 100% (1323/1323), done. remote: Compressing objects: 100% (723/723), done. remote: Total 156537 (delta 322), reused 1119 (delta 218), pack-reused 155214Receiving objects: 100% (156537/156537), 62.00 MiB | 11.15 MiBReceiving objects: 100% (156537/156537), 65.97 MiB | 11.24 MiB/s, done. Resolving deltas: 100% (79075/79075), done. fatal: cannot create directory at 'contrib/format-deltalake/src/test/resources/data-reader-partition-values/as_int=0/as_long=0/as_byte=0/as_short=0/as_boolean=true/as_float=0.0/as_double=0.0/as_string=0/as_string_lit_null=null/as_date=2021-09-08/as_timestamp=2021-09-08 11%3A11%3A11': Filename too long warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/' ``` -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org