qzyu999 commented on code in PR #3723:
URL: https://github.com/apache/iceberg-python/pull/3723#discussion_r3700216048


##########
tests/conftest.py:
##########
@@ -2388,7 +2388,7 @@ def empty_home_dir_path(tmp_path_factory: 
pytest.TempPathFactory) -> str:
     return home_path
 
 
-RANDOM_LENGTH = 20
+RANDOM_LENGTH = 8

Review Comment:
   Windows MAX_PATH is 260 chars. With the hierarchical namespace fixtures + 
pytest temp dirs, paths exceeded this limit. 8 chars still gives 26^8 = 200B 
unique values. Added a comment.



-- 
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]

Reply via email to