New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importccl: implement EXPORT csv #24755
Closed
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
Jump to file or symbol
Failed to load files and symbols.
Diff settings
sql: remove DistLoader wrapper
I concur with Dan’s year-old TODO: DistLoader doesn’t seem like a useful abstraction and we’re better off just getting an unwrapped DistSQLPlanner into the caller’s hands so they can use its public API without fighting though additional indirection. Indeed, Ideally I’d like to follow this with exporting more of the DistSQL API, with the goal of eventually moving LoadCSV method to a function in importccl defined entirely in terms of the public DistSQL API, though that will obviously require some refactoring and careful thinking about where to draw maintainable lines between these packages. Release note: none.
- Loading branch information...
dt
committed
Apr 10, 2018
dt
David Taylor
commit 4a16f641ffa1990530a4158636dedc6c99e63735
Verified
This commit was signed with a verified signature.
GPG key ID: 01D8438FDFAE4E9A
Learn about signing commits
ProTip!
Use n and p to navigate between commits in a pull request.