timescaledb-connector/src/integration-test/java/com/epam/deltix/timebase/connector/service/timescale/TimescaleMigrationServiceTest.java [450:470]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        newFieldState = field;
                    }
                }
                newDescriptor = rcd;
            }
        }

        changeMessage.setNewState(newState);
        changeMessage.setPreviousState(previousState);


        alterDescriptorAction.setPreviousState(previousDescriptor);
        alterDescriptorAction.setNewState(newDescriptor);

        ObjectArrayList<SchemaFieldChangeActionInfo> filedActions = new ObjectArrayList<>();
        SchemaFieldChangeAction filedAction = new SchemaFieldChangeAction();
        filedAction.setChangeTypes(SchemaFieldChangeType.DATA_TYPE_CHANGE);
        filedAction.setNewState(newFieldState);
        filedAction.setPreviousState(previousFieldState);

        SchemaFieldDataTransformation filedTransformation = new SchemaFieldDataTransformation();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



timescaledb-connector/src/integration-test/java/com/epam/deltix/timebase/connector/service/timescale/TimescaleMigrationServiceTest.java [668:688]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        newFieldState = field;
                    }
                }
                newDescriptor = rcd;
            }
        }

        changeMessage.setNewState(newState);
        changeMessage.setPreviousState(previousState);


        alterDescriptorAction.setPreviousState(previousDescriptor);
        alterDescriptorAction.setNewState(newDescriptor);

        ObjectArrayList<SchemaFieldChangeActionInfo> filedActions = new ObjectArrayList<>();
        SchemaFieldChangeAction filedAction = new SchemaFieldChangeAction();
        filedAction.setChangeTypes(SchemaFieldChangeType.DATA_TYPE_CHANGE);
        filedAction.setNewState(newFieldState);
        filedAction.setPreviousState(previousFieldState);

        SchemaFieldDataTransformation filedTransformation = new SchemaFieldDataTransformation();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



