Dev-iL commented on PR #1453:
URL: https://github.com/apache/hamilton/pull/1453#issuecomment-3837295034

   Summary of failures:
   - Permission issue in Sphinx
   ```none
   [asf-staging 0d0ca5d] Deploy documentation from 
a2599b993340a93a8ed84dbe9cafd1bcc3f128e7
    167 files changed, 1611 insertions(+), 3555 deletions(-)
    delete mode 100644 content/_sources/ecosystem/claude-code-plugin.md.txt
    delete mode 100644 content/ecosystem/claude-code-plugin/index.html
   remote: Permission to apache/hamilton.git denied to github-actions[bot].
   fatal: unable to access 'https://github.com/apache/hamilton.git/': The 
requested URL returned error: 403
   ```
   - Unexpected pandas version (?)
   ```none
   E                 File 
"/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/hamilton/plugins/pandas_extensions.py",
 line 266, in load_data
   E                   df = pd.read_csv(self.path, **self._get_loading_kwargs())
   E                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   E               TypeError: read_csv() got an unexpected keyword argument 
'verbose'
   ```
   - Invalid TOML
   ```none
   
ruff.....................................................................Failed
   - hook id: ruff
   - exit code: 2
   
     error: Failed to parse 
`/home/runner/work/hamilton/hamilton/ui/sdk/ruff.toml`: TOML parse error at 
line 4, column 2
       |
     4 | [lint.per-file-ignores]
       |  ^^^^
     unknown field `lint`, expected one of `allowed-confusables`, `builtins`, 
`cache-dir`, `dummy-variable-rgx`, `exclude`, `extend`, `extend-exclude`, 
`extend-include`, `extend-ignore`, `extend-select`, `external`, `fix`, 
`fix-only`, `fixable`, `format`, `force-exclude`, `ignore`, 
`ignore-init-module-imports`, `include`, `line-length`, `required-version`, 
`respect-gitignore`, `select`, `show-source`, `show-fixes`, `src`, 
`namespace-packages`, `target-version`, `task-tags`, `typing-modules`, 
`unfixable`, `update-check`, `flake8-annotations`, `flake8-bandit`, 
`flake8-bugbear`, `flake8-builtins`, `flake8-comprehensions`, `flake8-errmsg`, 
`flake8-quotes`, `flake8-self`, `flake8-tidy-imports`, `flake8-type-checking`, 
`flake8-gettext`, `flake8-implicit-str-concat`, `flake8-import-conventions`, 
`flake8-pytest-style`, `flake8-unused-arguments`, `isort`, `mccabe`, 
`pep8-naming`, `pycodestyle`, `pydocstyle`, `pylint`, `pyupgrade`, 
`per-file-ignores`
   
black....................................................................Failed
   - hook id: black
   - files were modified by this hook
   
     reformatted tests/tracking/test_dataframe_stats.py
   
     All done! ✨ 🍰 ✨
     1 file reformatted, 74 files left unchanged.
   ```
   - Unexpected pyarrow version (?)
   ```none
   
/opt/hostedtoolcache/Python/3.11.14/x64/lib/python3.11/site-packages/pyarrow/compute.py:271:
 in wrapper
       return func.call(args, options, memory_pool)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   pyarrow/_compute.pyx:399: in pyarrow._compute.Function.call
       ???
   pyarrow/error.pxi:155: in pyarrow.lib.pyarrow_internal_check_status
       ???
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   
   >   ???
   E   pyarrow.lib.ArrowNotImplementedError: Function 'quantile' has no kernel 
matching input types (large_string)
   
   pyarrow/error.pxi:92: ArrowNotImplementedError
   ```
   - Float precision issues
   ```none
   E         -             'std': 'P1DT13H56M50.394919273S',
   E         ?                                        ---
   E         +             'std': 'P1DT13H56M50.394919S',
   ```


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