[ https://issues.apache.org/jira/browse/CASSANALYTICS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016792#comment-18016792 ]
Bernardo Botella Corbi commented on CASSANALYTICS-86: ----------------------------------------------------- CI is green https://app.circleci.com/pipelines/github/bbotella/cassandra-analytics?branch=CASSANALYTICS-86-filter-indexes > Analytics job fails when source table has secondary indexes > ----------------------------------------------------------- > > Key: CASSANALYTICS-86 > URL: https://issues.apache.org/jira/browse/CASSANALYTICS-86 > Project: Apache Cassandra Analytics > Issue Type: Bug > Components: Reader > Reporter: Bernardo Botella Corbi > Assignee: Bernardo Botella Corbi > Priority: Normal > Fix For: 0.2 > > > When running a read job against a table that has secondary indexes, the read > fails with this error: > {code:java} > java.lang.IllegalStateException: Partitioner in ValidationMetadata does not > match TableMetaData: org.apache.cassandra.dht.LocalPartitioner vs. > org.apache.cassandra.dht.Murmur3Partitioner > {code} > The reason is that the call to sidecar to list all the files present on a > snapshot is not filtering out the index files, which are supposed to be > local. We need to enable that filtering in the call to sidecar to make this > work. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org