ASTERIXDB-1378 Fix NPE on Feed Connect After Restart This issue was caused by the way type traits are computed for each index. since we have duplicate code to create the index dataflow helper, we had to fix the way type traits are created in all of these different places. We propably need to do further refactoring to have common code for creating index dataflow helper instances.