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
Throughout the code we use DataFolder, local data folder, and remote data folder in places where it might be better to use DeltaLake, local Delta Lake, and remote Delta Lake. If it makes, refactor this code so we use the updated terminology.
Throughout the code we use
DataFolder, local data folder, and remote data folder in places where it might be better to useDeltaLake, local Delta Lake, and remote Delta Lake. If it makes, refactor this code so we use the updated terminology.