apache/beam

Globbing asterisk cannot be escaped in file reads.

Open

#21 140 ouverte le 4 juin 2022

Voir sur GitHub
 (9 commentaires) (0 réactions) (1 assigné)Java (4 097 forks)batch import
P3bugcorefilesgood first issueiojavapython

Métriques du dépôt

Stars
 (7 313 stars)
Métriques de merge PR
 (Merge moyen 6j) (243 PRs mergées en 30 j)

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