Giter VIP home page Giter VIP logo

Comments (10)

reugn avatar reugn commented on June 17, 2024

Hi @marun790. I've added support for the aerospike.case-insensitive-identifiers configuration property and updated default Trino and the connector versions. Please pull the changes and let us know if that fixed the issue.

from trino-aerospike.docker.

marun790 avatar marun790 commented on June 17, 2024

hi @reugn , thanks for the update, we will check on this.

from trino-aerospike.docker.

marun790 avatar marun790 commented on June 17, 2024

Hi @reugn we have tried the fix but didn’t helped, can you please help us on this.

from trino-aerospike.docker.

reugn avatar reugn commented on June 17, 2024

@marun790, could you please provide the table structure and steps to reproduce?

from trino-aerospike.docker.

marun790 avatar marun790 commented on June 17, 2024

@reugn the table structure is 48 column with all are string data type, and 2 million records. and those all are created by java application with micronaut framework.
tried to recreate the same using insert script with 67 column but that is not helping, will try on the same and will let you know if I can recreate the scenario in any other way as-well.

from trino-aerospike.docker.

NikhilPrasad0497 avatar NikhilPrasad0497 commented on June 17, 2024

Hi, I am using Trino CLI for Aerospike and facing the same issue when trying to query a column in Aerospike DB. I have created a secondary index on AerospikeDB but the issue is still persisting.

ERROR:

2024-02-28T13:11:24.592+0530 INFO dispatcher-query-346 io.trino.event.QueryMonitor TIMELINE: Query 20240228_074124_00024_wtnbu :: FAILED (COLUMN_NOT_FOUND) :: elapsed 2ms :: planning 2ms :: waiting 0ms :: scheduling 0ms :: running 0ms :: finishing 0ms :: begin 2024-02-28T13:11:24.589+05:30 :: end 2024-02-28T13:11:24.591+05:30

SQL:

select isDeceased from customers where isDeceased is not null;

isDeceased is a varchar in this case, the set has huge amount of data (more than 5 Million).

from trino-aerospike.docker.

reugn avatar reugn commented on June 17, 2024

@NikhilPrasad0497, have you enabled the aerospike.case-insensitive-identifiers configuration property?

from trino-aerospike.docker.

NikhilPrasad0497 avatar NikhilPrasad0497 commented on June 17, 2024

Hi @reugn yes we have this option aerospike.case-insensitive-identifiers set

from trino-aerospike.docker.

reugn avatar reugn commented on June 17, 2024

Ensure the configuration value is set in the logs when the Trino server initializes. Additionally, run describe on your table to check if the column exists and is of the correct type.

from trino-aerospike.docker.

NikhilPrasad0497 avatar NikhilPrasad0497 commented on June 17, 2024

Sure, we have done this. The Column does not appear while running the describe table.

from trino-aerospike.docker.

Related Issues (2)

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.