There recently was a new PR merged in vertica-python that bumped wire protocol support to v3.4 and added a bunch of comments and descriptions.
As you may know or not, vertica-python is now officially supported and developed by Vertica. So, any changes made there are "official" in a sense that implementation follows protocol to the letter, as obviously they have access to Vertica DB source code.
This fact is specifically underlined in an announcement blog post
In particular, we expect that this Python client will eventually serve as a complete reference implementation of the Vertica client protocol.
I suggest we plan or even start a definitive "3.4" milestone and crosscheck implementation with Python adapter.
There recently was a new PR merged in
vertica-pythonthat bumped wire protocol support to v3.4 and added a bunch of comments and descriptions.As you may know or not,
vertica-pythonis now officially supported and developed by Vertica. So, any changes made there are "official" in a sense that implementation follows protocol to the letter, as obviously they have access to Vertica DB source code.This fact is specifically underlined in an announcement blog post
I suggest we plan or even start a definitive "3.4" milestone and crosscheck implementation with Python adapter.