Closed gnehc-hc closed 3 weeks ago
I will fix this
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
Steps to reproduce the behavior (Required)
1, Table prepare
2, Reproduce
Expected behavior (Required)
AnalyzerUtils#collectAllSelectTableColumns()
With
Map<TableName, Set<String>> allTouchedColumns = AnalyzerUtils.collectAllSelectTableColumns(statement);
, all the columns ofquickstart.test_table t1
andid, subject, score
ofquickstart.test_table2 t2
should exist inallTouchedColumns
Real behavior (Required)
But there are only
id
ofquickstart.test_table t1
andid, subject, score
ofquickstart.test_table2 t2
inallTouchedColumns
StarRocks version (Required)
main