Open shuai-xu opened 1 year ago
Describe what's wrong
When running a sql with join, the colunms from two steams may be different in type, one may be nullable while the other not. When aggregating the two stream, it will mismatch and throw a momory exception. 432 is one of this case.
When running a sql with join, the colunms from two steams may be different in type, one may be nullable while the other not. When aggregating the two stream, it will mismatch and throw a momory exception.
same as https://github.com/Kyligence/ClickHouse/issues/432
Describe what's wrong