apache/beam

Globbing asterisk cannot be escaped in file reads.

Open

#21,140 创建于 2022年6月4日

在 GitHub 查看
 (9 评论) (0 反应) (1 负责人)Java (4,097 fork)batch import
P3bugcorefilesgood first issueiojavapython

仓库指标

Star
 (7,313 star)
PR 合并指标
 (平均合并 6天) (30 天内合并 243 个 PR)

描述

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.

贡献者指南