cancel
Showing results for 
Search instead for 
Did you mean: 
Rupa0503
New Contributor II
since 3 weeks ago
Sunday

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want to understand difference b/w Liquid Clustering VS Z-ordering and also how both works?
so am performing incremental load where i want to insert or update data but there are no date columns or any keys how can i do the incremental load from silver to gold layer
In Delta Lake, schema evolution with mergeSchema handles column additions perfectly — new columns get added and old rows get NULL. But when there is a data type change in the incoming data (for example, a column that was INT now coming as STRING from...