Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-19375

Bad message: 'transactional'='false' is no longer a valid property and will be ignored

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.2.0
    • Transactions
    • None

    Description

      from TransactionalValidationListener.handleCreateTableTransactionalProp()

          if ("false".equalsIgnoreCase(transactional)) {
            // just drop transactional=false.  For backward compatibility in case someone has scripts
            // with transactional=false
            LOG.info("'transactional'='false' is no longer a valid property and will be ignored: " +
              Warehouse.getQualifiedName(newTable));
            return;
          }
      

      this msg is misleading since with metastore.create.as.acid=true, setting transactional=false is valid to make a flat table

      Attachments

        1. HIVE-19375.01.patch
          1 kB
          Eugene Koifman

        Activity

          People

            ekoifman Eugene Koifman
            ekoifman Eugene Koifman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: