trino icon indicating copy to clipboard operation
trino copied to clipboard

Convert Iceberg to TrinoFileSystem interface

Open electrum opened this issue 2 years ago • 0 comments

Description

Is this change a fix, improvement, new feature, refactoring, or other?

refactoring

Related issues, pull requests, and links

First commit is extracted to https://github.com/trinodb/trino/pull/13361

Documentation

(x) No documentation is needed.

Release notes

(x) No release notes entries required.

electrum avatar Aug 06 '22 23:08 electrum

cc @ebyhr @alexjo2144 @findinpath @homar

findepi avatar Aug 11 '22 20:08 findepi

Overall this PR brings a more elegant approach to dealing with the file system. The only thing I'm not sure of being an improvement is using String instead of Path for passing the file path.

findinpath avatar Aug 12 '22 09:08 findinpath