[ 
https://issues.apache.org/jira/browse/BEAM-7545?focusedWorklogId=279403&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279403
 ]

ASF GitHub Bot logged work on BEAM-7545:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Jul/19 00:27
            Start Date: 19/Jul/19 00:27
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on issue #9040: [BEAM-7545] 
Reordering Beam Joins
URL: https://github.com/apache/beam/pull/9040#issuecomment-513043197
 
 
   I think this may be breaking Java precommit tests:
   
   ```
   16:23:09 > Task :sdks:java:extensions:sql:compileTestJava
   16:23:09 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase@2/src/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/rule/JoinReorderingTest.java:35:
 error: package org.apache.beam.vendor.guava.v20_0.com.google.common.collect 
does not exist
   16:23:09 import 
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableList;
   16:23:09                                                                    ^
   16:23:09 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase@2/src/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/rule/JoinReorderingTest.java:36:
 error: package org.apache.beam.vendor.guava.v20_0.com.google.common.collect 
does not exist
   16:23:09 import 
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableMap;
   16:23:09                                                                    ^
   16:23:09 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase@2/src/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/impl/rule/JoinReorderingTest.java:367:
 error: cannot find symbol
   16:23:09   private final ImmutableMap<String, Table> tables;
   ```
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 279403)
    Time Spent: 10h 20m  (was: 10h 10m)

> Row Count Estimation for CSV TextTable
> --------------------------------------
>
>                 Key: BEAM-7545
>                 URL: https://issues.apache.org/jira/browse/BEAM-7545
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Alireza Samadianzakaria
>            Assignee: Alireza Samadianzakaria
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 10h 20m
>  Remaining Estimate: 0h
>
> Implementing Row Count Estimation for CSV Tables by reading the first few 
> lines of the file and estimating the number of records based on the length of 
> these lines and the total length of the file.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to