Skip to content

[EPIC] ListingTable object store usage improvements #17214

@alamb

Description

@alamb

This is a list of improvements we are working on in ListingTable in DataFusion

Background

DataFusion has a ListingTable that effectively reading tables stored in one or more files in a "hive partitioned" directory structure:

So for example, give files like this:

/path/to/my_table/file1.parquet
/path/to/my_table/file2.parquet
/path/to/my_table/file3.parquet

You can create a table with a command like

CREATE EXTERNAL TABLE my_table
LOCATION '/path/to/my_table'

And the ListingTable will handle figuring out schema, and running queries against those files as though they were a single table.

Team

Bugs

Enhancements

Metadata

Metadata

Assignees

Labels

EPICA larger project, actively underway, with sub tasksenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions