Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-6480

SchemaExtractionProcessor doesn't add IMMUTABLE_STORAGE_SCHEME and COLUMN_ENCODED_BYTES to the generated sql

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 4.17.0, 5.2.0, 4.16.2, 5.1.3
    • None
    • None

    Description

      convertPropertiesToString function has a check
      if(value!=null && defaultProps.get(key) != null && !value.equals(defaultProps.get(key)))

      Since the value is not in defaultProps, it doesn't add it to the generated ddl.
      Also, is it possible to do IF NOT EXISTS to CREATE statement and ASYNC perhaps?

      Also move the phoenix-tools util into phoenix-core to avoid circular dependency

      Attachments

        Activity

          People

            giskender Gokcen Iskender
            giskender Gokcen Iskender
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: