ray-project / deltacat

A portable Pythonic Data Catalog API powered by Ray that brings exabyte-level scalability and fast, ACID-compliant, change-data-capture to your big data workloads.
Apache License 2.0
166 stars 23 forks source link

Set default disable copy by reference value to True #335

Closed yankevn closed 4 months ago

yankevn commented 4 months ago

Notes

This change sets the default copy by reference behavior to "disabled".

Testing

raghumdani commented 4 months ago

We don't need this change once you have set it in scaling param.

yankevn commented 4 months ago

Why not just make the changes consistent?

raghumdani commented 4 months ago

Because we don't have to set default as True long term.

yankevn commented 4 months ago

Sure, I guess we can hold off on setting this default then