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

INTERNAL Error: Vector::Reference used on vector of different type #105

Open
eichert12 opened this issue Oct 3, 2024 · 0 comments
Open

Comments

@eichert12
Copy link

I received an internal error regarding "Vector::Reference used on vector of different type" when trying to query a table in Databricks via the uc_catalog and delta_scan extensions.

INSTALL uc_catalog from core_nightly;
INSTALL delta from core_nightly;
LOAD delta;
LOAD uc_catalog;

CREATE SECRET (
TYPE UC,
TOKEN ‘XXXXX',
ENDPOINT 'https://adb-4772174085251619.19.azuredatabricks.net'
);

CREATE SECRET (
TYPE AZURE,
PROVIDER CREDENTIAL_CHAIN,
CHAIN 'cli'
);

ATTACH 'workspace_XXXX' AS workspace_XXXX (TYPE UC_CATALOG);

select * from workspace_XXXX.schema.table limit 10;

As an aside I also always get this message on first query issues: "Not implemented Error: Tried to fallback to unknown type for 'timestamp_ntz'"

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

No branches or pull requests

1 participant