apache/beam

Globbing asterisk cannot be escaped in file reads.

Open

#21,140 opened on 2022年6月4日

GitHub で見る
 (9 comments) (0 reactions) (1 assignee)Java (4,097 forks)batch import
P3bugcorefilesgood first issueiojavapython

Repository metrics

Stars
 (7,313 stars)
PR merge metrics
 (平均マージ 6d) (30d で 243 merged PRs)

説明

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.

コントリビューターガイド