Skip to content
New issue

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

Implement missing SQL statements #7

Open
3 tasks
sydduckworth opened this issue Jul 29, 2023 · 0 comments
Open
3 tasks

Implement missing SQL statements #7

sydduckworth opened this issue Jul 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sydduckworth
Copy link
Collaborator

Currently the mapping between ella functionality and SQL statements is incomplete.

  • Topic creation
    • Expected SQL: CREATE TABLE
    • Blockers: Datafusion doesn't currently expose all the information needed to create a Topic (like index order, or custom types like tensors). We could implement partial support for creating simple topics (i.e. ones with only the default time index and only scalar fields), but a full implementation would likely require some amount of custom SQL parsing.
  • Table descriptions
    • Expected SQL: DESCRIBE TABLE
    • Blockers: None
  • External table creation
    • Expected SQL: CREATE EXTERNAL TABLE
    • Blockers: We need a solid plan for how external tables are handled in ella before this is a realistic option.
@sydduckworth sydduckworth added the enhancement New feature or request label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant