Fix ReconStats computation data extension operation
This commit is contained in:
parent
af8608e897
commit
465b025ace
@ -221,8 +221,9 @@ public class DataExtensionChange implements Change {
|
||||
_identifierSpace,
|
||||
_schemaSpace,
|
||||
columnType));
|
||||
if (columnType != null) {
|
||||
column.setReconStats(ReconStats.create(project, cellIndex));
|
||||
ReconStats reconStats = ReconStats.create(project, cellIndex);
|
||||
if (reconStats.matchedTopics > 0) {
|
||||
column.setReconStats(reconStats);
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user