Java How to serialize any data into ORC format

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Java How to serialize any data into ORC format



I am able to successfully convert any CSV file into ORC with the help of vectorized row batch. But as per the new requirement, I have to serialize any type of input data into ORC format. The data type of the input data is dynamic. It can be of any type. I have to serialize the input data(which is of any type, say CSV, Avro, etc,..) to byte array which can then be written into ORC file later. I have been unsuccessful to find anything that helps this requirement. Please show some light on how I should approach and what and all I can try to achieve this. Is there any in-built support for this in org.apache.orc









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

eJ3Edyy1 yFr2 TPXcNXFnWiSNM32eowk
wWT8UHoh,GyGEoQFHWV 1VgjndPHmKX EAGCLXxQVdVBgm5PZ85BEclIp5VG

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results