Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3865 qgen: oracle support has bitrotted
  3. IMPALA-4021

qgen: random data gen: handle Oracle not having boolean types

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 2.8.0
    • None
    • Infrastructure
    • None

    Description

      The random query generator uses data from the random data generator. The data generator can generate random data or migrate existing data. In the data generation case, the data generator has been coded to use types found both in Impala and PostgresQL, the most common reference data base.

      When using the random query generator against a different reference database, like Oracle, care must be given to ensure the right types are being used. Oracle does not support Boolean types, for example. The data generator might be asked to generate random data, in which case right now, Boolean columns might be chosen. The data generator might also be asked to migrate existing data from Impala which may contain Boolean columns.

      The data generator should either not allow Boolean columns or provide a workaround (like a 1-char char-based column).

      Attachments

        Activity

          People

            Unassigned Unassigned
            mikeb Michael Brown
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: