Skip to content

Commit 7184e2b

Browse files
committed
update
1 parent d483f89 commit 7184e2b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • parquet-common/src/main/java/org/apache/parquet/storage

parquet-common/src/main/java/org/apache/parquet/storage/Storage.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ private Storage() {}
3030

3131
/**
3232
* Return the appropriate provider for the given URI scheme.
33-
* - file:// or no scheme → NIO provider
34-
* - hdfs:// → Hadoop provider (if available)
3533
*/
3634
public static StorageProvider select(URI uri) {
3735
final String scheme = uri == null ? null : uri.getScheme();

0 commit comments

Comments
 (0)