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
While working on #932 (comment), I find this GetFileMetadata RPC is not really used, and the intention of the RPC is not clear to me. Do we still need it? Or it's deprecated, and we could safely remove it?
The intent is to update BallistaContext::read_csv / read_parquet methods to retrieve file list and meta data from the scheduler rather than from the local file system so that we can use clients outside of the cluster. For example, I may have a cluster in AWS and I want to run the client on my laptop.
While working on #932 (comment), I find this
GetFileMetadata
RPC is not really used, and the intention of the RPC is not clear to me. Do we still need it? Or it's deprecated, and we could safely remove it?@andygrove, any ideas?
The text was updated successfully, but these errors were encountered: