apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

added usecases,pointers to API #2983

Closed VarshaUN closed 2 months ago

VarshaUN commented 3 months ago

MINOR: updated parquet avro readme (#2982 )

I have added major aspects of Apache parquet-avro , Parquet-Avro integration, Specific and practical applications of apache parquet avro, Parquet-avro API overview Writing avro data to parquet files Reading avro data from parquet files Converting avro schemas to parquet schemas Additional API classes and methods

VarshaUN commented 3 months ago

@wgtmac i have made changes last week itself let me know your thoughts on it

wgtmac commented 3 months ago

Sorry for the delay. IMHO, the documentation looks like GPT output. One might need to get acquainted with this codebase (at least capable of writing runnable code snippet using APIs belong to this repo) before providing guidance to users. We don't have C++ or Python API in this codebase :). These documentations are user-facing, so we must be careful.