MonkeyCanCode commented on issue #2362: URL: https://github.com/apache/polaris/issues/2362#issuecomment-3198849121
I am not sure if branch matter. As [https://github.com/apache/polaris/pulls?page=2&q=is%3Apr+is%3Aopen i](https://github.com/apache/polaris/pull/2192) is not merged, he will still be using following snippet: ``` # Check if the python client needs regeneration if [ "$repair" == true ] || [ ! -f "${dir}/client/python/polaris/catalog/__init__.py" ]; then "${dir}/gradlew" regeneratePythonClient fi ``` Which bascially calls the following from gradle: ``` workingDir = project.projectDir commandLine("bash", "client/templates/regenerate.sh") ``` @JarroVGIT do u mind share the output of following command: ``` bash client/templates/regenerate.sh ``` -- 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]
