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

EXPLAIN ANALYZE fails over foreign tables #1152

Closed
rebasedming opened this issue May 20, 2024 · 1 comment
Closed

EXPLAIN ANALYZE fails over foreign tables #1152

rebasedming opened this issue May 20, 2024 · 1 comment
Labels
bug Something isn't working pg_lakehouse Issue related to `pg_lakehouse/` priority-1-high High priority issue

Comments

@rebasedming
Copy link
Collaborator

Bug Description
Running any sort of EXPLAIN ANALYZE query fails over foreign tables.

How To Reproduce

-- Follow quickstart
EXPLAIN ANALYZE SELECT COUNT(*) FROM trips;
ERROR:  DataTypeError(DataTypeMismatch(Utf8, BuiltIn(INT8OID)))

Proposed Fix

@philippemnoel
Copy link
Collaborator

Just fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pg_lakehouse Issue related to `pg_lakehouse/` priority-1-high High priority issue
Projects
None yet
Development

No branches or pull requests

2 participants