1.

What is the need for custom Serde?

Answer»

Depending on the nature of data the user has, the inbuilt SerDe may not satisfy the format of the data. SO users need to write their own java code to satisfy their data format requirements.



Discussion

No Comment Found