Skip to content

[BUG] read_sheets读取Windows格式的通配符路径,不能读取所有文件,只能读取第一个文件。 #19

Description

@YanCore
memory D INSTALL rusty_sheet FROM community;
memory D LOAD rusty_sheet;
memory D SELECT count(*) FROM read_sheets(['raw/*.xlsx']);
┌──────────────┐
│ count_star() │
│    int64     │
├──────────────┤
│        10676 │
└──────────────┘
memory D SELECT count(*) FROM read_sheets(['D:/raw/*.xlsx']);
┌──────────────┐
│ count_star() │
│    int64     │
├──────────────┤
│         5254 │
└──────────────┘

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions