PURVANGIKA commented on issue #756:
URL: https://github.com/apache/polaris/issues/756#issuecomment-2601498575

   Steps to Relocate the Python Client
   Create New Directory:
   Create client/python/ to house the Python client.
   
   Move Files:
   Move all files from regtests/client/ to client/python/.
   
   bash
   Copy
   Edit
   mv regtests/client/* client/python/
   Update References:
   Update imports (regtests.client → client.python) across the codebase and 
documentation.
   
   Verify Tests:
   Update test configurations if necessary and run all tests to confirm 
functionality.
   
   Check Build Scripts:
   Update paths in build scripts, CI/CD workflows, or Dockerfiles.
   
   Optional Symlink:
   Add a symlink (ln -s client/python regtests/client) for backward 
compatibility, if required.
   
   Communicate Change:
   Update team, release notes, and documentation about the new directory 
structure.
   
   Code Review:
   Submit a pull request for review, merge, and deploy after approval.
   
   This ensures the Python client is better organized without breaking 
functionality.
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


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