Giter VIP home page Giter VIP logo

Comments (4)

mtuncer avatar mtuncer commented on September 18, 2024

Hello
Thanks for reporting the issue.
would you mind sharing more data that would help us investigate the problem ?

  • table schema
  • insert/select statements
  • sample data if possible

thanks

from cstore_fdw.

pykello avatar pykello commented on September 18, 2024

I could generate a related error, but not the exact error:

CREATE TABLE text_data AS
SELECT string_agg(random()::text, '')
FROM generate_series(1, 1000) a, generate_series(1, 10) b
GROUP BY b;

CREATE FOREIGN TABLE cstore_text_data(A text) SERVER cstore_server;

INSERT INTO cstore_text_data SELECT * FROM text_data;

SELECT char_length(a) FROM cstore_text_data;

DROP TABLE text_data;

SELECT char_length(a) FROM cstore_text_data;

ERROR:  could not open relation with OID 16522

We are looking into this and will resolve it.

I think both errors should be because of the same bug, so solving this issue will also resolve the original issue, although you will need to reload your data in the cstore table.

from cstore_fdw.

mtuncer avatar mtuncer commented on September 18, 2024

this issue is fixed and merged into development branch. it will be available in master branch at upcoming release (1.2)

from cstore_fdw.

pykello avatar pykello commented on September 18, 2024

Merged into master. Closing.

from cstore_fdw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.