apache/beam

Globbing asterisk cannot be escaped in file reads.

Ouverte

#21 140 ouverte le 4 juin 2022

 (9 commentaires) (0 réaction) (1 personne assignée)Java (4 097 forks)batch import
P3bugcorefilesgood first issueiojavapython

Métriques du dépôt

Stars
 (7 313 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur