Azure / Azure/usql

script hangs when mistakingly using Extractors.CSV instead of Extractors.TSV

Open
#130 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

USQL script on ADLA were hanging indefinitely, until we realized that we had setup the wrong extractor (CSV instead of TSV) on a `.tsv` file.
Sure it is our fault, moreover because we specified `silent: true`.
Still, I would expect the script to complete (and not hang), but not extract any record (because they would all fail validation since there would be no comma on the rows).
What do you think?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.