connect icon indicating copy to clipboard operation
connect copied to clipboard

why deprecate the parquet component

Open skyoct opened this issue 3 years ago • 2 comments

Hello, I see in the document that the request is marked as deprecated. This component is being used in our project. What is the main reason for deprecated.

skyoct avatar Sep 21 '22 06:09 skyoct

Hey @skyoct, the goal was to eventually stop using github.com/xitongsys/parquet-go as the underlying library and switch to github.com/segmentio/parquet-go to have better parquet support. See more details in #1205. In order to have a smooth transition, the parquet processor has been deprecated and 2 new ones have been added: parquet_decode and parquet_encode. It would be super-helpful if you can test those out and report back if you have any issues with them.

mihaitodor avatar Sep 21 '22 11:09 mihaitodor

@mihaitodor parquet_encode and parquet_decode component can be used in the production environment?

skyoct avatar Sep 22 '22 02:09 skyoct

@skyoct Yep. Please try it and report back if you encounter any issues.

mihaitodor avatar Oct 16 '22 18:10 mihaitodor