Skip to content

add lance tables support#613

Draft
aheev wants to merge 1 commit into
LadybugDB:mainfrom
aheev:add-lance
Draft

add lance tables support#613
aheev wants to merge 1 commit into
LadybugDB:mainfrom
aheev:add-lance

Conversation

@aheev

@aheev aheev commented Jun 23, 2026

Copy link
Copy Markdown
Member

No description provided.

namespace common {

enum class StorageFormat : uint8_t { NONE, ICEBUG_DISK };
enum class StorageFormat : uint8_t { NONE, ICEBUG_DISK, LANCE };

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the base need to know about LANCE? I'm concerned that isLance kind of negates the purpose of extensions.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t think it’s really possible to distinguish Lance from other tables without a catalog or namespace otherwise

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you concerned about the mix tables check or the enum? The enum serves a similiar purpose as CatalogEntryType::FOREIGN_TABLE_ENTRY

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename it to something generic instead of Lance. There are at least 5 table formats that want to replace parquet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants