Skip to content

Commit cb53370

Browse files
committed
update references
1 parent ad030ca commit cb53370

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/user-guide/datasources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,7 @@ Input [3]: [id#0, first_name#1, personal_info#4]
109109

110110
Verify the native scan type should be `CometNativeScan`.
111111

112+
More on [HDFS Reader](../../../native/hdfs/README.md)
113+
112114
## S3
113115
In progress

native/core/src/parquet/parquet_support.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ pub(crate) fn register_object_store(
18841884
// TODO: read the namenode configuration from file schema or from spark.defaultFS
18851885
let url = ObjectStoreUrl::parse("hdfs://namenode:9000")?;
18861886
if let Some(object_store) =
1887-
datafusion_objectstore_hdfs::object_store::hdfs::HadoopFileSystem::new(url.as_ref())
1887+
datafusion_comet_objectstore_hdfs::object_store::hdfs::HadoopFileSystem::new(url.as_ref())
18881888
{
18891889
session_context
18901890
.runtime_env()

0 commit comments

Comments
 (0)