[
https://issues.apache.org/jira/browse/BEAM-7783?focusedWorklogId=279861&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279861
]
ASF GitHub Bot logged work on BEAM-7783:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/19 17:38
Start Date: 19/Jul/19 17:38
Worklog Time Spent: 10m
Work Description: akedin commented on pull request #9104: [BEAM-7783]
Adding BeamTableStatistics.
URL: https://github.com/apache/beam/pull/9104#discussion_r305456640
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/rule/JoinReorderingTest.java
##########
@@ -32,8 +31,8 @@
import org.apache.beam.sdk.options.PipelineOptions;
import org.apache.beam.sdk.options.PipelineOptionsFactory;
import org.apache.beam.sdk.values.Row;
-import
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableList;
-import
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableMap;
+import
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.ImmutableList;
+import
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.ImmutableMap;
Review comment:
you should rebase, I think this was fixed by Valentyn yesterday
----------------------------------------------------------------
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: 279861)
Time Spent: 40m (was: 0.5h)
> Create Custom Statistics Class for BeamCalciteTable to support streams
> ----------------------------------------------------------------------
>
> Key: BEAM-7783
> URL: https://issues.apache.org/jira/browse/BEAM-7783
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Alireza Samadianzakaria
> Assignee: Alireza Samadianzakaria
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently there are two types of statistics, on is for calcite that should
> implement Statistic interface, the other is BeamRowCountStatistics. We should
> unify them so that Beam's Statistic also implements Calcite Statistic
> Interface. Also we should add rate support for it to be used for unbounded
> tables.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)