Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-1716

CAST a STRING column to INT returns NULL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 1.0.1
    • n/a
    • supportability
    • Linux

    Description

      create a kudu table
      create table test (id INT, name STRING)

      select id, CAST(name as INT) from test;
      returns id,NULL

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkulkarnibe@gmail.com Pavan Kulkarni
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: