Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/19911
`TRUNCATION` operation is additional feature over the default `DROP`
operation. PostgreSQL also doesn't allow `DROP` operation on the `parent` table
in the above example.
Before allowing TRUNCATION operation like this PR, I prefer to handle
`DROP` operation first in general.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]