Code Monkey home page Code Monkey logo

Comments (3)

tabdulradi avatar tabdulradi commented on August 12, 2024
  1. Alter Table's alter type only allows very limited type changes, for example ( int -> varint )
  2. row.getVarint(...) on a column with a type int fails
  3. row.getVarint(...) on a column that has been changed from int to varint, but had existing data, still fails! (Why Cassandra allowed it first place?)

IOError: java.io.EOFException: EOF after 64 bytes out of 2148938))
com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (tried: /127.0.0.1:9042 (com.datastax.driver.core.exceptions.ServerError: An unexpected error occurred server side on /127.0.0.1:9042: java.io.IOError: java.io.EOFException: EOF after 64 bytes out of 2148938))

from troy.

tabdulradi avatar tabdulradi commented on August 12, 2024

Some types are exactly the same, like text and varchar, it doesn't matter anything changing between them.

from troy.

tabdulradi avatar tabdulradi commented on August 12, 2024

Conclusion: Altering column types would definitely break Parsing if compiled on an older schema (and vice versa), even if types were compatible like (int and varint), but would still work for types were aliases like text and varchar.

Allowing parsing across different schemas requires more work, to be researched later.

from troy.

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.