apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Re-generate python files using thrift 0.17 #48

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

I have run the python example that is defined in the readme of this repo and have verified that things work before and after these changes.

All the changes to the files themselves were automated. I manually had to move them into src/main/python/accumulo as they were created in src/main/python/. I also added pyproject.toml to the gitignore as it was automatically generated while I was running the example.