Open GoogleCodeExporter opened 8 years ago
Here is my proposal for IAdapterFactory:
IAdapterFactory{
void configure(Map<String, String> configurations, IMetaDataProvider mp);
AlgebricksConstraint getConstraint();
IAdapter createAdapter(IHyracksTaskContext ctx);
}
The bottom line is that adapters should not be constructed in CC/compiler.
The read-only information for adapters should always be stored in the
corresponding factories, which are serialized to NCs at the runtime.
Original comment by buyingyi@gmail.com
on 4 Jun 2013 at 9:19
fixed in branch raman/master_feeds_merge.
Original comment by RamanGro...@gmail.com
on 16 Nov 2013 at 2:52
Original issue reported on code.google.com by
RamanGro...@gmail.com
on 4 Jun 2013 at 9:13