Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:0
-
Epic Link:
-
Sprint:SUIT Sprint 2018-12, SUIT Sprint 2019-01
-
Team:Science User Interface
Description
During the discussion of DM-15826, the team realized there are several searchProcessors in Firefly will get the table data from a file in IPAC table format persisted by Firefly before the Firefly internal DB was introduced. With the augmentation of DataGroup required by keeping more meta data from ingesting VOTable, this practice will cause problem. We need to refactor the code of the old search processors not to write out the data result to IPAC table and access it later.
In particular, the class TableFromSource.java has to be refactored first.
Also UserCatalogQuery.java
This is a duplicate of
DM-16273.