Jimexist commented on a change in pull request #1104: URL: https://github.com/apache/arrow-datafusion/pull/1104#discussion_r726185922
########## File path: docs/source/specification/roadmap.md ########## @@ -0,0 +1,83 @@ +\<!--- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Roadmap + +This document describes high level goals of the DataFusion and +Ballista development community. It is not meant to restrict, but +rather help newcomers understand the broader context of where other +parts of the community is headed, and inspire additional +contributions. + +DataFusion and Ballista, are part of the [Apache +Arrow](https://arrow.apache.org/) project and governed by the Apache +Software Foundation governance model. Thus it is an entirely driven by +volunteer contributions, and we welcome contributions for items not on +this roadmap. However, before submitting a large PR, we strongly +suggest you read the [before +starting](https://arrow.apache.org/docs/developers/contributing.html#before-starting) +recommendations to minimize code review surprises. + +# DataFusion + +## Vision + +DataFusion's goal is to become _the de facto query engine_ of choice Review comment: It means the query engine of choice by fact -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
