src/main/java/com/amazonaws/services/neptune/profiles/neptune_ml/v1/PropertyGraphTrainingDataConfigWriterV1.java [243:251]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        label.fullyQualifiedLabel(),
                        featureOverride.properties().stream()
                                .map(s -> String.format("'%s'", s))
                                .collect(Collectors.joining(", "))));
            } else {
                FeatureTypeV1 featureType = featureOverride.featureType();
                List<PropertySchema> multiPropertySchemas = propertySchemas.stream()
                        .filter(p -> featureOverride.properties().contains(p.nameWithoutDataType()))
                        .collect(Collectors.toList());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/services/neptune/profiles/neptune_ml/v1/PropertyGraphTrainingDataConfigWriterV1.java [468:476]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        label.fullyQualifiedLabel(),
                        featureOverride.properties().stream()
                                .map(s -> String.format("'%s'", s))
                                .collect(Collectors.joining(", "))));
            } else {
                FeatureTypeV1 featureType = featureOverride.featureType();
                List<PropertySchema> multiPropertySchemas = propertySchemas.stream()
                        .filter(p -> featureOverride.properties().contains(p.nameWithoutDataType()))
                        .collect(Collectors.toList());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



