Commit 65e3871
committed
Fix read of query returning only empty var-length strings for attribute
If a query range only returns empty strings for a var-length attribute, then
the data buffer will have zero-length and the offsets denote the empty
cells. Remove the zero-length check. See:
https://github.com/TileDB-Inc/TileDB/blob/dev/test/src/unit-empty-var-length.cc1 parent 4110334 commit 65e3871
3 files changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
866 | | - | |
867 | | - | |
868 | 866 | | |
869 | 867 | | |
870 | 868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5402 | 5402 | | |
5403 | 5403 | | |
5404 | 5404 | | |
5405 | | - | |
| 5405 | + | |
5406 | 5406 | | |
5407 | 5407 | | |
5408 | 5408 | | |
5409 | 5409 | | |
5410 | | - | |
5411 | 5410 | | |
5412 | 5411 | | |
5413 | 5412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1467 | 1467 | | |
1468 | 1468 | | |
1469 | 1469 | | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
1470 | 1497 | | |
1471 | 1498 | | |
1472 | 1499 | | |
| |||
0 commit comments