Commit a8f0d59
authored
bugfix: correct regression on TableType for into_view (#18617)
## Which issue does this PR close?
#18158 introduced a regression
in the table type created with `DataFrame::into_view()`
## Rationale for this change
Correct regression
## What changes are included in this PR?
One line fix
## Are these changes tested?
Unit test added
## Are there any user-facing changes?
None1 parent 2066568 commit a8f0d59
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1655 | 1655 | | |
1656 | 1656 | | |
1657 | 1657 | | |
1658 | | - | |
| 1658 | + | |
1659 | 1659 | | |
1660 | 1660 | | |
1661 | 1661 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1627 | 1627 | | |
1628 | 1628 | | |
1629 | 1629 | | |
1630 | | - | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
1631 | 1633 | | |
1632 | 1634 | | |
1633 | 1635 | | |
| |||
0 commit comments