We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d483f89 commit 7184e2bCopy full SHA for 7184e2b
1 file changed
parquet-common/src/main/java/org/apache/parquet/storage/Storage.java
@@ -30,8 +30,6 @@ private Storage() {}
30
31
/**
32
* Return the appropriate provider for the given URI scheme.
33
- * - file:// or no scheme → NIO provider
34
- * - hdfs:// → Hadoop provider (if available)
35
*/
36
public static StorageProvider select(URI uri) {
37
final String scheme = uri == null ? null : uri.getScheme();
0 commit comments