GithubHelp home page GithubHelp logo

Keyspace system_views related table not able to select with cassandra-lucene-index-plugin-4.1.0-1.0.0.jar about cassandra-lucene-index HOT 3 OPEN

instaclustr avatar instaclustr commented on August 16, 2024
Keyspace system_views related table not able to select with cassandra-lucene-index-plugin-4.1.0-1.0.0.jar

from cassandra-lucene-index.

Comments (3)

smiklosovic avatar smiklosovic commented on August 16, 2024

@Sreemanth this is unfixable. This is directly in Cassandra (1)

We can not open Keyspace differently than here (2)

Using this plugin against virtual tables is not supported.

(1) https://github.com/apache/cassandra/blob/cassandra-4.1/src/java/org/apache/cassandra/db/Keyspace.java#L341-L342
(2) https://github.com/instaclustr/cassandra-lucene-index/blob/cassandra-4.1.0/plugin/src/main/scala/com/stratio/cassandra/lucene/IndexQueryHandler.scala#L129

from cassandra-lucene-index.

bschoening avatar bschoening commented on August 16, 2024

@smiklosovic should (2) above skip system_views? It already skips system_virtual_scheam:

if (select.keyspace() == "system_virtual_schema") { return Map.empty }

from cassandra-lucene-index.

smiklosovic avatar smiklosovic commented on August 16, 2024

Ah yes, interesting, I overlooked that.

I merged it here (1), into cassandra-4.1.3. Should be easily cherry-picked to lower branches too.

(1) 994f470

from cassandra-lucene-index.

Related Issues (10)

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.