runtime/src/main/java/com/google/cloud/verticals/foundations/dataharmonization/builtins/TimeFns.java [317:322]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Long timeScaleValue = TIME_SCALE_MAP.get(timeScale);
    if (timeScaleValue == null) {
      throw new IllegalArgumentException(
          "The time scale specified for the calculated duration is not currently supported. Time"
              + " scales currently supported include: \"YEARS\", \"MONTHS\", \"WEEKS\", \"DAYS\","
              + " \"HOURS\", \"MINUTES\", \"SECONDS\", \"MILLIS\"");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtime/src/main/java/com/google/cloud/verticals/foundations/dataharmonization/builtins/TimeFns.java [382:387]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Long timeScaleValue = TIME_SCALE_MAP.get(timeScale);
    if (timeScaleValue == null) {
      throw new IllegalArgumentException(
          "The time scale specified for the calculated duration is not currently supported. Time"
              + " scales currently supported include: \"YEARS\", \"MONTHS\", \"WEEKS\", \"DAYS\","
              + " \"HOURS\", \"MINUTES\", \"SECONDS\", \"MILLIS\"");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



