apache/beam

Globbing asterisk cannot be escaped in file reads.

Aberta

#21.140 aberto em 4 de jun. de 2022

 (9 comentários) (0 reação) (1 responsável)Java (4.097 forks)batch import
P3bugcorefilesgood first issueiojavapython

Métricas do repositório

Stars
 (7.313 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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