sql: distsql does not support labeled tuples #26627
Labels
A-sql-execution
Relating to SQL execution.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Found while investigating #26621. Ultimately needed for #16971.
Fails with
setting up flow: ("$0").a: type tuple{int, string} is not composite
with distribution enabled, succeeds with local execution.This is related to, but not identical to, #26624. The two issues must be addressed concurrently to ensure labeled tuples are fully supported.
There is a logic test introduced by #26621/#26628 in the
tuples
logic test that currently force-disables distsql to work. When this issue is addressed, the test must be reenabled (and checked).The text was updated successfully, but these errors were encountered: