usbrandon opened a new issue, #2903: URL: https://github.com/apache/hop/issues/2903
### What would you like to happen? Figuring out the size of a parquet file output is dependent on several factors. One of the more important factors is the width of the row in bytes. When the user gets fields to output, we know the metadata of those fields and either the specific field width/size or the underlying data type's maximum width. I suggest putting a label and calculating this size and showing it to the user on the UI so they can decide how to adjust their row splits or adjust the other fields like row group size (also in bytes), etc. This will help them with calculating the optimal file size for letting query engines read their files on object storage. ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
