You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "L. C. Hsieh (Jira)" <ji...@apache.org> on 2021/02/02 06:25:00 UTC

[jira] [Created] (SPARK-34324) FileTable should not list TRUNCATE in capabilities by default

L. C. Hsieh created SPARK-34324:
-----------------------------------

             Summary: FileTable should not list TRUNCATE in capabilities by default
                 Key: SPARK-34324
                 URL: https://issues.apache.org/jira/browse/SPARK-34324
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.2.0
            Reporter: L. C. Hsieh
            Assignee: L. C. Hsieh


abstract class {{FileTable}} now lists {{TRUNCATE}} in its {{capabilities}}, but {{FileTable}} does not know if an implementation really supports truncation or not. Specifically, we can check existing {{FileTable}} implementations including {{AvroTable}}, {{CSVTable}}, {{JsonTable}}, etc. No one implementation really implements {{SupportsTruncate}} in its writer builder.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org