Forum Discussion
Decompress Brotli Data
- 4 years ago
It seems like the Compression.Brotli argument isn't even implemented. I can't get it to work with a test example from here, even when entered in the most basic form.
- 4 years ago
Hi lance_6 ,
Like I guessed, it only supports the two types which are introdcued in the document, here is the update from PG team:
This is working as documented, the only compression types supported are as documented. Using any other types throws the appropriate Invalid compression type.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi lance_6 ,
Like I guessed, it only supports the two types which are introdcued in the document, here is the update from PG team:
This is working as documented, the only compression types supported are as documented. Using any other types throws the appropriate Invalid compression type.
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The language "Compression types include:" doesn't necessarily mean the two listed examples are the only ones that work. There are public documentation pages for compression types Brotli, LZ4, Snappy, and Zstandard. Why do these pages exist if they aren't supported?