You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR originally carried coroutine-based HTTP streaming and the\nvendored minicoro dependency even after the binary path moved to\nthe new clickhouse-cpp pull API. That made the diff much larger\nthan the final design and left the PR description out of date.\n\nDrop the unused HTTP streaming implementation, remove minicoro\nfrom the build and submodules, and restore the buffered HTTP\npath. Keep only the binary scan changes: the FDW streaming hook,\nthe block-backed binary row reader, and the fetch_size plumbing.\nAlso restore the buffered binary cancel callback and remove the\nnew C-linkage warning from binary_internal.hh.
0 commit comments