[
https://issues.apache.org/jira/browse/BEAM-6324?focusedWorklogId=198084&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-198084
]
ASF GitHub Bot logged work on BEAM-6324:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Feb/19 13:09
Start Date: 13/Feb/19 13:09
Worklog Time Spent: 10m
Work Description: timrobertson100 commented on issue #7340: [BEAM-6324] -
Cassandra reader with query implemented
URL: https://github.com/apache/beam/pull/7340#issuecomment-463189634
Can you please take a look @srfrnk and just confirm I didn't miss anything
please?
I am afraid I had to rebase against master, fixup and then do a force
commit. I think it reflects your original intentions but is now a single commit
and the branch is in line with the current beam/master.
In the future, it will be easiest if you periodically rebase against master
avoiding merge commits (`git fetch upstream master`, `git checkout
<your_branch>`, `git rebase origin/master`). Following this approach makes it
easy for you to finish with a squash of the last N commits into a single one.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 198084)
Time Spent: 6h 20m (was: 6h 10m)
> CassandraIO.Read - Add the ability to provide a filter to the query
> -------------------------------------------------------------------
>
> Key: BEAM-6324
> URL: https://issues.apache.org/jira/browse/BEAM-6324
> Project: Beam
> Issue Type: Improvement
> Components: io-java-cassandra
> Affects Versions: 2.9.0
> Reporter: Shahar Frank
> Assignee: Shahar Frank
> Priority: Major
> Labels: performance, pull-request-available, triaged
> Time Spent: 6h 20m
> Remaining Estimate: 0h
>
> CassandraIO.Read doesn't support using WHERE to filter the input at the
> source (In Cassandra) which might provide great performance boost.
> Already implemented by:
> https://github.com/apache/beam/pull/7340
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)