[
https://issues.apache.org/jira/browse/BEAM-6916?focusedWorklogId=240321&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-240321
]
ASF GitHub Bot logged work on BEAM-6916:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/May/19 16:47
Start Date: 10/May/19 16:47
Worklog Time Spent: 10m
Work Description: melap commented on pull request #8455: [BEAM-6916]
Reorg Beam SQL docs and add Calcite section
URL: https://github.com/apache/beam/pull/8455#discussion_r282680764
##########
File path: website/src/documentation/dsls/sql/overview.md
##########
@@ -25,19 +25,32 @@ bounded and unbounded `PCollections` with SQL statements.
Your SQL query
is translated to a `PTransform`, an encapsulated segment of a Beam pipeline.
You can freely mix SQL `PTransforms` and other `PTransforms` in your pipeline.
-There are three main things you will need to know to use SQL in your pipeline:
-
- - [Apache Calcite](http://calcite.apache.org): a widespread SQL dialect used
in
- big data processing with some streaming enhancements. Calcite provides the
- basic dialect underlying Beam SQL. We have added additional extensions to
- make it easy to leverage Beam's unified batch/streaming model and support
- for complex data types.
- - [SqlTransform](https://beam.apache.org/releases/javadoc/{{
site.release_latest
}}/index.html?org/apache/beam/sdk/extensions/sql/SqlTransform.html):
- the interface for creating `PTransforms` from SQL queries.
+[Apache Calcite](http://calcite.apache.org) a widespread SQL dialect used in
Review comment:
missing "is"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 240321)
Time Spent: 2h (was: 1h 50m)
Remaining Estimate: 166h (was: 166h 10m)
> Reorganize Beam SQL docs
> ------------------------
>
> Key: BEAM-6916
> URL: https://issues.apache.org/jira/browse/BEAM-6916
> Project: Beam
> Issue Type: New Feature
> Components: website
> Reporter: Rose Nguyen
> Assignee: Rose Nguyen
> Priority: Minor
> Original Estimate: 168h
> Time Spent: 2h
> Remaining Estimate: 166h
>
> This page describes the Calcite SQL dialect supported by Beam SQL.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)