Github user vandana7 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2568#discussion_r207474334
  
    --- Diff: integration/presto/presto-integration-in-carbondata.md ---
    @@ -0,0 +1,134 @@
    +<!--
    +    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.
    +-->
    +
    +# PRESTO INTEGRATION IN CARBONDATA
    +
    +1. [Document Purpose](#document-purpose)
    +    1. [Purpose](#purpose)
    +    1. [Scope](#scope)
    +    1. [Definitions and Acronyms](#definitions-and-acronyms)
    +1. [Requirements addressed](#requirements-addressed)
    +1. [Design Considerations](#design-considerations)
    +    1. [Row Iterator Implementation](#row-iterator-implementation)
    +    1. [ColumnarReaders or StreamReaders 
approach](#columnarreaders-or-streamreaders-approach)
    +1. [Module Structure](#module-structure)
    +1. [Detailed design](#detailed-design)
    +    1. [Modules](#modules)
    +    1. [Functions Developed](#functions-developed)
    +1. [Integration Tests](#integration-tests)
    +1. [Tools and languages used](#tools-and-languages-used)
    +1. [References](#references)
    +
    +## Document Purpose
    +
    + * #### _Purpose_
    + The purpose of this document is to outline the technical design of the 
Presto Integration in CarbonData.
    +
    + Its main purpose is to -
    +   *  Provide the link between the Functional Requirement and the detailed 
Technical Design documents.
    +   *  Detail the functionality which will be provided by each component or 
group of components and show how the various components interact in the design.
    +
    + This document is not intended to address installation and configuration 
details of the actual implementation. Installation and configuration details 
are provided in technology guides provided on CarbonData wiki page.As is true 
with any high level design, this document will be updated and refined based on 
changing requirements.
    + * #### _Scope_
    + Presto Integration with CarbonData will allow execution of CarbonData 
queries on the Presto CLI.  CarbonData can be added easily as a Data Source 
among the multiple heterogeneous data sources for Presto.
    --- End diff --
    
    done.


---

Reply via email to