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,
|
_identifierSpace,
|
||||||
_schemaSpace,
|
_schemaSpace,
|
||||||
columnType));
|
columnType));
|
||||||
if (columnType != null) {
|
ReconStats reconStats = ReconStats.create(project, cellIndex);
|
||||||
column.setReconStats(ReconStats.create(project, cellIndex));
|
if (reconStats.matchedTopics > 0) {
|
||||||
|
column.setReconStats(reconStats);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user