runtime/src/main/java/com/google/cloud/verticals/foundations/dataharmonization/function/java/converters/BooleanConverter.java [25:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if (primitive == null) {
      return null;
    }
    if (!primitive.isPrimitive()) {
      throw new IllegalArgumentException(
          String.format(
              "Expected a %s but got %s",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtime/src/main/java/com/google/cloud/verticals/foundations/dataharmonization/function/java/converters/StringConverter.java [25:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if (primitive == null) {
      return null;
    }
    if (!primitive.isPrimitive()) {
      throw new IllegalArgumentException(
          String.format(
              "Expected a %s but got %s",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



