parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Only call hsync() and hflush() on supported filesystems

Open CZuegner opened this issue 1 year ago • 0 comments

Describe the enhancement requested

Instead of log the unsupported call check capabilities and call only on supported filesystems - e.g. S3A does not.

Write in a ParquetFile on S3 calls on hsync() or hflush() are logged: Application invoked the Syncable API against stream writing

Comments

CZuegner avatar Aug 13 '24 09:08 CZuegner