Skip to content

Commit acf3765

Browse files
committed
added TODO (OIArray same table)
1 parent 475d1cc commit acf3765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/fr/jmmc/oitools/processing/Merger.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ private static void processOIArrays(final Context ctx) {
587587
// table is the same
588588
break;
589589
}
590+
// TODO: try all other possibilities ie all OI_ARRAYs having the same same
591+
// Use hash or checksum to avoid costly raw table comparison ?
590592
}
591593
// use another suffix (_nn):
592594
idx++;

0 commit comments

Comments
 (0)