We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now, DataLakeFileClient is defaulted to null in AdlsStorageClient. The goal is to instantiate The DLFC using methods found in the ADLSFileIO class.
DataLakeFileClient
null
AdlsStorageClient
ADLSFileIO
What is the use case for this feature?
Used for future operations that require client access.
Table Service
:services:tables
Jobs Service
:services:jobs
Data Services
apps:spark
Iceberg internal catalog
:iceberg:openhouse
Spark Client Integration
:integration:spark
Documentation
docs
Local Docker
infra/recipes/docker-compose
Other
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request Proposal
Now,
DataLakeFileClient
is defaulted tonull
inAdlsStorageClient
. The goal is to instantiate The DLFC using methods found in theADLSFileIO
class.Motivation
Used for future operations that require client access.
What component(s) does this feature affect?
Table Service
: This is the RESTful catalog service that stores table metadata.:services:tables
Jobs Service
: This is the job orchestrator that submits data services for table maintenance.:services:jobs
Data Services
: This is the jobs that performs table maintenance.apps:spark
Iceberg internal catalog
: This is the internal Iceberg catalog for OpenHouse Catalog Service.:iceberg:openhouse
Spark Client Integration
: This is the Apache Spark integration for OpenHouse catalog.:integration:spark
Documentation
: This is the documentation for OpenHouse.docs
Local Docker
: This is the local Docker environment for OpenHouse.infra/recipes/docker-compose
Other
: Please specify the component.Details
No response
The text was updated successfully, but these errors were encountered: