filodb / filodb/FiloDB

Unable to fetch data for a specific partition key when partition key is defined with more than 4 columns.

Open
#149 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
1.5k
Forks
240
Avg merge
7h 28m
Merged PRs (30d)
9

Description

dse-spark1.4.8 branch

For example =>
select * from loadtest.fdb_partition_test_chunks where "partition"=0x016101620163016401650166 and version=0; This query gives me data when i run it against C*.

But when i translate this query as a thrift query then no data returned.
select * from fdb_loadtest_partitiontest where field1='a' and field2='b' and field3='c' and field4='d'
and field5='e' and field6='f'

Contributor guide

Open the contributing guide

Research direction

Start with the dse-spark1.4.8 branch and reproduce the six-column partition-key query against Cassandra and through the translated thrift query. Compare the returned rows for the two forms; the work is done when the thrift query returns the same data as the direct query.

Written by the indexing model from the issue text.

Assessment

Tech stack
cassandra, scala
Domain
databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.