-
Notifications
You must be signed in to change notification settings - Fork 8.3k
clickhouse-local freezes on multiple read from pipe #11124
Copy link
Copy link
Closed
Labels
comp-localclickhouse-local / embedded modes (incl. local file processing).clickhouse-local / embedded modes (incl. local file processing).unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.usabilitywarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.The task for new ClickHouse team members. Low risk, moderate complexity, no urgency.
Description
echo 1 | build-clang10/programs/clickhouse-local --structure "a int" --query "select a from table where a in (select a from table)"
This does not finish. Works fine if I put this 1 into a file and specify it with --file.
This is a usability problem for using clickhouse-local in a pipeline. Also sometimes it doesn't freeze but returns unexpected result, which is even worse. I've had this happen but don't remember the exact scenario now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-localclickhouse-local / embedded modes (incl. local file processing).clickhouse-local / embedded modes (incl. local file processing).unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.usabilitywarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.The task for new ClickHouse team members. Low risk, moderate complexity, no urgency.