You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is our user case:
If I define the table schema {id:int}, {name:string}. And then write 3 datas to the table {1:“allen”}, {2, “jack”}, {3, “lari”} to the parquet file and commit it. Then I wan to override the data {1: “allen”}, how should I do using kernel or standalone? 🙏
No description provided.
The text was updated successfully, but these errors were encountered: