Channels
delta-social
h2g2-streaming
roapi
delta-oss
dais-2023
random
delta-rs
general
jobs
kafka-delta-ingest
deltalake-questions
events
lakefs
delta-cycling
deltalake-databricks-dbsql
delta-community
azuredatabricks
deltalake-on-aws
delta-sharing
flink-delta-connector
graph-delta-lake
dat
delta-sharing-rs
Powered by
#deltalake-questions
Title
r
Roee Nevo
03/05/2023, 1:16 PM
hey, I’m trying to drop a column from a delta table. I followed the alter table mentioned
here
but I keep getting the message:
Copy code
DROP COLUMN is only supported with v2 tables.
but I can’t found anything about that… can someone please explain to me what is going on and how to handle it? Thanks!
we are using Spark: 3.2.3 Delta 2.0
a
Allison Portis
03/07/2023, 2:39 AM
Can you provide the full error message please with stack trace? And the exact commands you are running
2 Views
Post