Github user danielvdende commented on the issue:

    https://github.com/apache/spark/pull/19911
  
    @dongjoon-hyun ok made the changes, also replaced the test that was in 
place for `isCascadingTruncateTable` with one for the `getTruncateQuery` 
method. Right now, I've left the method in `JdbcDialects` unimplemented. This 
will cause a compile time error if you extend JdbcDialect. Another option would 
be to do this at runtime, so to implement the method with a `throw new 
UnimplementedException` and let each dialect override this. Which of these 
options do you prefer? 


---

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

Reply via email to