apache/beam

Globbing asterisk cannot be escaped in file reads.

开放

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

 (9 条评论) (0 个反应) (1 位负责人)Java (4,097 个派生)batch import
P3bugcorefilesgood first issueiojavapython

仓库指标

星标
 (7,313 个星标)
PR 合并指标
 (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.

贡献者指南