[ 
https://issues.apache.org/jira/browse/BEAM-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123254#comment-17123254
 ] 

Beam JIRA Bot commented on BEAM-4815:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it 
has been labeled "stale-P2". If this issue is still affecting you, we care! 
Please comment and remove the label. Otherwise, in 14 days the issue will be 
moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed 
explanation of what these priorities mean.


> [SQL] Document/fix text table (TextIO) insert behavior
> ------------------------------------------------------
>
>                 Key: BEAM-4815
>                 URL: https://issues.apache.org/jira/browse/BEAM-4815
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql
>            Reporter: Anton Kedin
>            Priority: P2
>              Labels: stale-P2
>
> Tables of type `text` are backed by TextIO. We don't do any extra 
> configuration, so it results in behavior like this:
>  - create text table with location 'test-file.csv'
>  - if the file exists, you can select from it;
>  - now insert values into that table;
>      - this results in TextIO writing files with names like 
> 'test-file.csv-00000-of-00001';
>      - selecting from the original table doesn't allow selecting from the 
> newly created files;
> We need to properly document this, possibly log to Stdout.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to