Lukáš Lalinský
Lukáš Lalinský
How did you get the query server running with schema support? I'm trying to do it myself, but I'm failing on this: ``` Inconsistent namespace mapping properites.. Ensure that config...
I have added a test to check that schema support works: https://github.com/lalinsky/python-phoenixdb/commit/424a3751d25a1073a4dedcf454ab044d9f900aa1 I'm unable to reproduce your problem. Can you please describe how are you running HBase/Phoenix?
Array support is not implemented yet. It has been added to Avatica/Phoenix since I started working in this project, but the type encoding/decoding code still needs to be updated.
Sorry for not merging this earlier. I just noticed it, when I was looking for making the Solr export working again. I'm not sure I understand the memory problem. What...
Are you sure you are using the latest version? I just tried to install a fresh database and it worked for me. Can you please try running this in the...
The app should work, but it's kind of abandoned. It was useful in the beginning of AcoustID, but the organic traffic from MusicBrainz Picard is now better, so I don't...
Sure, I'll do that.
You need to build on the oldest possible distro. For my use case, I used to build on Ubuntu 18.04, which has a very old glibc and I've not heard...