Closed jp0317 closed 2 weeks ago
Describe the bug
The index is checked currently as > len(). It should be >= len().
>= len()
To Reproduce n/a
Expected behavior index being validated properly
Additional context n/a
label_issue.py automatically added labels {'parquet'} from #6694
label_issue.py
Describe the bug
The index is checked currently as > len(). It should be
>= len()
.To Reproduce n/a
Expected behavior index being validated properly
Additional context n/a