You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Steps to repoduce:
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
The text was updated successfully, but these errors were encountered: