-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I think it's very good to have RFCs for datafusion.
Describe the solution you'd like
Before developing a big and meaningful feature, it's better to have an RFC ticket. Maybe we used Google Docs to do the similar thing before, but if have an RFC ticket, we can discuss it easier and more conveniently, finally, we can merge the RFC to our codebase. These deposits will be a valuable part of datafusion. New developers will be easier to get to know datafusion.
Describe alternatives you've considered
RFC is also useful for developers to organize their thoughts, and reviewer reviews of code with an RFC will be easier
Additional context
such as https://github.com/cockroachdb/cockroach/tree/master/docs/RFCS
Later, I'll write an RFC about the subquery feature.