Commit ac90901
Kalyan Kanuri
fix: Address third-round review feedback from jongyoul
- Use INDEX_FILE_NAME constant in loadIndex() instead of the hardcoded
literal (inline comment from reviewer).
- Remove stale one-line Javadoc referencing v1/v2/v3 formats — only v3
is supported after the previous round dropped legacy branches.
- Add TODO markers at the three locations tracked as follow-up work
beyond this PR's scope:
* ZEPPELIN-6412 — shard persistence per note so one paragraph edit
doesn't rewrite the entire index file.
* ZEPPELIN-6413 — IndexEntry in-memory duplication (rehydrate from
Notebook.processNote() at query time).
* ZEPPELIN-6414 — apply authorization filter before Phase-1 table
collection and the top-K cutoff so inaccessible notes don't
contaminate ranking.
JIRA: https://issues.apache.org/jira/browse/ZEPPELIN-64111 parent 1db22a2 commit ac90901
1 file changed
Lines changed: 13 additions & 2 deletions
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
480 | 483 | | |
481 | 484 | | |
482 | 485 | | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
483 | 491 | | |
484 | 492 | | |
485 | 493 | | |
| |||
805 | 813 | | |
806 | 814 | | |
807 | 815 | | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
808 | 820 | | |
809 | 821 | | |
810 | 822 | | |
| |||
857 | 869 | | |
858 | 870 | | |
859 | 871 | | |
860 | | - | |
861 | 872 | | |
862 | 873 | | |
863 | 874 | | |
| |||
866 | 877 | | |
867 | 878 | | |
868 | 879 | | |
869 | | - | |
| 880 | + | |
870 | 881 | | |
871 | 882 | | |
872 | 883 | | |
| |||
0 commit comments