Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/19086
Thanks for working on it! @jinxing64
Our current behavior is based on what the other traditional DBMS systems
do. Moving tables across different database is rare. For example, DB2 and
Oracle do not support it.
- https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_9019.htm
-
https://www.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000980.html
So far, we do not have a clean way to support our current behavior and the
Hive's behavior. Thus, we want to hold this until the community has more
requests.
The quality of this PR is very close to the one we can merge. You can patch
it to your local forked version.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]