milenkovicm commented on PR #1273:
URL: 
https://github.com/apache/datafusion-ballista/pull/1273#issuecomment-2976759444

   thanks @Huy1Ng 
   PR looks good. 
   
   can you please remove lint action as well to make this PR pass checks? 
   
   ```
   jobs:
     lint:
       name: Lint C++, Python, R, Rust, Docker
       runs-on: ubuntu-latest
       steps:
         - name: Checkout Arrow
           uses: actions/checkout@v4
           with:
             repository: apache/arrow
             submodules: true
             fetch-depth: 0
         - name: Setup Python
           uses: actions/setup-python@v4
           with:
             python-version: "3.10"
         - name: Setup Archery
           run: pip install -e dev/archery[lint]
         - name: Lint
           run: archery lint --rat
   ```
   
   If not I'll push that changes later and then we can merge this


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

Reply via email to