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

Error in reading from table after doing an alter column type #189

Open
samuel-cc-4451 opened this issue Aug 28, 2018 · 0 comments
Open

Error in reading from table after doing an alter column type #189

samuel-cc-4451 opened this issue Aug 28, 2018 · 0 comments

Comments

@samuel-cc-4451
Copy link

Steps to repoduce:

CREATE FOREIGN TABLE simpleTable  (simpleColumn int) SERVER cstore_server;
INSERT INTO simpleTable SELECT * FROM generate_series(1,100000);
ALTER TABLE simpleTable ALTER COLUMN simpleColumn TYPE float ;
SELECT * FROM simpleTable; 

The select query in the end produces this error stating " ERROR: insufficient data left in datum buffer"
All queries other than the select query ran without errors

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