Github user gatorsmile commented on the issue:

    https://github.com/apache/spark/pull/14955
  
    DB2 has different behaviors, but the target table names should not have a 
schema name
    ```
    db2 => rename table DB2INST1.t1 to DB2INST1.t2
    DB21034E  The command was processed as an SQL statement because it was not 
a 
    valid Command Line Processor command.  During SQL processing it returned:
    SQL0108N  The name "T2" has the wrong number of qualifiers.  SQLSTATE=42601
    
    db2 => rename table DB2INST1.t1 to t2
    DB20000I  The SQL command completed successfully.
    
    db2 => rename table t2 to t3
    DB20000I  The SQL command completed successfully.
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to