apache/beam

Globbing asterisk cannot be escaped in file reads.

Open

#21.140 aberto em 4 de jun. de 2022

Ver no GitHub
 (9 comments) (0 reactions) (1 assignee)Java (4.097 forks)batch import
P3bugcorefilesgood first issueiojavapython

Métricas do repositório

Stars
 (7.313 stars)
Métricas de merge de PR
 (Mesclagem média 6d) (243 fundiu PRs em 30d)

Description

TextIO.read().from("*.txt") always expands, and escaping the asterisk does not help if there is a file that starts with a literal asterisk.

Imported from Jira BEAM-13231. Original Jira may contain additional context. Reported by: robertwb.

Guia do colaborador