Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters for read_excel are empty #2373

Closed
greyscaled opened this issue Jan 8, 2024 · 0 comments · Fixed by #2376
Closed

Parameters for read_excel are empty #2373

greyscaled opened this issue Jan 8, 2024 · 0 comments · Fixed by #2376
Assignees
Labels
bug Something isn't working

Comments

@greyscaled
Copy link
Contributor

> select function_name, parameters from glare_catalog.functions WHERE function_name = 'read_excel';
┌───────────────┬────────────┐
│ function_name │ parameters │
│ ──            │ ──         │
│ Utf8          │ List<Utf8> │
╞═══════════════╪════════════╡
│ read_excel    │ []         │
└───────────────┴────────────┘
>
@greyscaled greyscaled added the bug Something isn't working label Jan 8, 2024
universalmind303 added a commit that referenced this issue Jan 8, 2024
closes #2373 

```sql
> select function_name, parameters from glare_catalog.functions WHERE function_name = 'read_excel';
┌───────────────┬─────────────────────────────────────────────────────────────────────────┐
│ function_name │ parameters                                                              │
│ ──            │ ──                                                                      │
│ Utf8          │ List<Utf8>                                                              │
╞═══════════════╪═════════════════════════════════════════════════════════════════════════╡
│ read_excel    │ [Utf8, Utf8, sheet_name: Utf8, infer_rows: UInt64, has_header: Boolean] │
└───────────────┴─────────────────────────────────────────────────────────────────────────┘
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants