assignUser commented on code in PR #41041:
URL: https://github.com/apache/arrow/pull/41041#discussion_r1556677535


##########
python/setup.py:
##########
@@ -495,32 +491,10 @@ def has_ext_modules(foo):
     use_scm_version={
         'root': os.path.dirname(setup_dir),
         'parse': parse_git,
-        'write_to': os.path.join(scm_version_write_to_prefix,
+        'version_file': os.path.join(scm_version_write_to_prefix,
                                  'pyarrow/_generated_version.py'),

Review Comment:
   Looking at the looks this isn't allowed to be an absolute path. Maybe:
   ```suggestion
           'version_file': 'pyarrow/_generated_version.py',
   ```



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

Reply via email to