Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-8477

Unable to read a binary column in snowflake database

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.20.3
    • None
    • Execution - Data Types
    • None

    Description

      Trying to execute a table in snowflake db through where the table contains a column of type binary(16). 

      create or replace TABLE JUMBO_TEST.JUMBO.ACCOUNT_TEST_1 ( ACCOUNT_HK BINARY(16) NOT NULL, PORTF_LIST VARCHAR(16777216) NOT NULL COLLATE 'utf8_general_ci', LDTS TIMESTAMP_LTZ(9), RECSRC VARCHAR(16777216) COLLATE 'utf8_general_ci', constraint LIST_UK unique (PORTF_LIST) rely , constraint PORTFOLIO_HK_UK unique (ACCOUNT_HK) rely );

      Above is the definition  which I used to create the table.

      This is how the data look in the table.

       

      Attachments

        1. image-2024-01-10-20-32-01-413.png
          44 kB
          Harini K.K.
        2. image-2024-01-10-20-51-44-252.png
          122 kB
          Harini K.K.
        3. image-2024-01-10-20-52-27-574.png
          29 kB
          Harini K.K.

        Activity

          People

            Unassigned Unassigned
            harini Harini K.K.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: