[
https://issues.apache.org/jira/browse/BEAM-6324?focusedWorklogId=219413&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-219413
]
ASF GitHub Bot logged work on BEAM-6324:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Mar/19 16:24
Start Date: 27/Mar/19 16:24
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #8153: [BEAM-6324]
Remove withWhere from CassandraIO (superceded by withQuery)
URL: https://github.com/apache/beam/pull/8153#discussion_r269652617
##########
File path:
sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/CassandraIOIT.java
##########
@@ -106,12 +105,6 @@ public void testWriteThenRead() {
runRead();
}
- @Test
- public void testWriteThenReadWithWhere() {
Review comment:
This one was removed because the functionality is already tested in the unit
tests via `withQuery`, and because ITs it could be easily subsumed by
`testWriteThenReadWithWhere`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 219413)
Time Spent: 12h 10m (was: 12h)
> 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
> Fix For: 2.12.0
>
> Time Spent: 12h 10m
> 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)