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
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
func (s *Schema) ColumnIndex(col *Column) intthis func return -1 if cannot find a column, but this case does not hold for calling functions, such as func (p *LogicalProjection) TryToGetChildProp. please fix all these bugs.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
func (s *Schema) ColumnIndex(col *Column) int
this func return -1 if cannot find a column, but this case does not hold for calling functions, such as func (p *LogicalProjection) TryToGetChildProp. please fix all these bugs.2. What did you expect to see? (Required)
https://asktug.com/t/topic/69881/4
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
5.0
The text was updated successfully, but these errors were encountered: