yeachan153 opened a new pull request, #39861:
URL: https://github.com/apache/spark/pull/39861

   Add support to drop columns in non V2 tables.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Built the jars in 3.2.0 and dropped columns using alter table:
   ```sql
   ALTER TABLE lake.tnt_dp_skeleton_skeletontable DROP COLUMNS (`a`, `b`);
   ALTER TABLE lake.tnt_dp_skeleton_skeletontable DROP COLUMNS (`a`)
   ALTER TABLE lake.tnt_dp_skeleton_skeletontable DROP COLUMN `a`
   ```
   
   We're running Spark 3.2.0 with an external hive metastore; the underlying 
data is in parquet format in cloud storage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to