Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13262

Incorrect cqlsh results when selecting same columns multiple times

Agile BoardAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Low

    Description

      Just stumbled over this on trunk:

      cqlsh:test1> select a, b, c from table1;

      a | b | c
      ----------
      1 | b | 2
      2 | null | 2.2

      (2 rows)
      cqlsh:test1> select a, a, b, c from table1;

      a | a | b | c
      ---------+-----
      1 | b | 2 | null
      2 | null | 2.2 | null

      (2 rows)
      cqlsh:test1> select a, a, a, b, c from table1;

      a | a | a | b | c
      ----------------------------
      1 | b | 2.0 | null | null
      2 | null | 2.20000004768 | null | null

      My guess is that his is on the Python side, but haven't really looked into it.

      Attachments

        Issue Links

        Activity

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

          People

            muru Murukesh Mohanan Assign to me
            spod Stefan Podkowinski
            Murukesh Mohanan
            Stefan Podkowinski
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment