Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-495

Fix mismatches in Types class comments

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.8.0, 1.8.1
    • 1.9.0, 1.8.2
    • parquet-mr
    • None

    Description

      To produce:
      required group User {
      required int64 id;
      optional binary email (UTF8);
      }

      we should do:
      Types.requiredGroup()
      .required(INT64).named("id")
      .required (BINARY).as(UTF8).named("email")
      .optional (BINARY).as(UTF8).named("email")
      .named("User")

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            proflin Liwei Lin(Inactive) Assign to me
            proflin Liwei Lin(Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment