GitHub user A-Mongy added a comment to the discussion: Velox, GCS and cURL | CURL error [77]=Problem with the SSL CA cert (path? access rights?)
> > You can notice the two lines where the gcs bucket is also mentioned are: > > ``` > I20250618 00:30:14.379588 91 HiveDataSource.cpp:306] Adding split Hive: > gs://bucket/Tenants/default/source/OnlineStore/salesorderdetail/_delta_log/00000001748882003640.checkpoint.parquet > 0 - 14245 > I20250618 00:30:14.384384 91 FileHandle.cpp:65] Generating file handle > for: > gs://bucket/Tenants/default/source/OnlineStore/salesorderdetail/_delta_log/00000001748882003640.checkpoint.parquet > uuid: 1 > ``` > > > So I would say gluten is able to access the gcs bucket? what do you think? > > @A-Mongy, I just reviewed the relevant code. This log cannot tell the bucket > is accessible. It is logged before the reader is initialized. https://github.com/facebookincubator/velox/blob/main/velox/connectors/hive/FileHandle.cpp#L61-L65 In line 61, this looks like it's accessing the gcs bucket, no? The logging happens in line 65 so this didn't raise an error. ``` fileHandle->file = filesystems::getFileSystem(filename, properties_) ->openFileForRead(filename, options); ``` GitHub link: https://github.com/apache/incubator-gluten/discussions/9946#discussioncomment-13506773 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
