Leiyi Zhang created BEAM-10879:
----------------------------------
Summary: nexmark query10 decision to make
Key: BEAM-10879
URL: https://issues.apache.org/jira/browse/BEAM-10879
Project: Beam
Issue Type: Task
Components: benchmarking-py, testing-nexmark
Reporter: Leiyi Zhang
the TODO task in the nexmark java [query
10|https://github.com/apache/beam/blob/master/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/Query10.java#L122]
shows that the implementation details of query 10 has yet to be decided.
{code:title=Query10.java|borderStyle=solid}
// TODO
// Fix after PR: right now this is a specific Google added use case
// Discuss it on ML: shall we keep GCS or use HDFS or use a generic beam
filesystem way.
throw new UnsupportedOperationException("Disabled after removal of
GcsIOChannelFactory");
{code}
After it is decided, both java and python nexmark's query 10 needs to be
implemented.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)