Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c7f25e2

Browse files
committed
minor fix
1 parent e06da38 commit c7f25e2

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"Pushdown"
4+
]
5+
}

docs/relational-databases/polybase/polybase-versioned-feature-summary.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ This article is a summary of PolyBase features available for SQL Server products
2222
This table lists the key features for PolyBase and the products in which they're available.
2323

2424
||||||
25-
|-|-|-|-|-|
26-
|**Feature**|**SQL Server 2016**|**Azure SQL Database**|**Azure Synapse Analytics**|**Parallel Data Warehouse**|
25+
|-|-|-|-|-|
26+
|**Feature**|**SQL Server 2016**|**Azure SQL Database**|**Azure Synapse Analytics**|**Parallel Data Warehouse**|
2727
|Query Hadoop data with [!INCLUDE[tsql](../../includes/tsql-md.md)]|Yes|No|No|Yes|
2828
|Import data from Hadoop|Yes|No|No|Yes|
2929
|Export data to Hadoop |Yes|No|No| Yes|
3030
|Query, import from, export to Azure HDInsight |No|No|No|No
3131
|Push down query computations to Hadoop|Yes|No|No|Yes|
32-
|Import data from Azure Blob storage|Yes|No|Yes|Yes|
32+
|Import data from Azure Blob storage|Yes|No|Yes|Yes|
3333
|Export data to Azure Blob storage|Yes|No|Yes|Yes|
34-
|Import data from Azure Data Lake Store|No|No|Yes|No|
34+
|Import data from Azure Data Lake Store|No|No|Yes|No|
3535
|Export data from Azure Data Lake Store|No|No|Yes|No|
36-
|Run PolyBase queries from Microsoft BI tools|Yes|No|Yes|Yes|
36+
|Run PolyBase queries from Microsoft BI tools|Yes|No|Yes|Yes|
3737

3838
## Pushdown computation supported by T-SQL operators
3939

40-
In SQL Server and APS, not all T-SQL operators can be pushed down to the Hadoop cluster. This table lists all the supported operators and a subset of the unsupported operators.
40+
In SQL Server and APS, not all T-SQL operators can be pushed down to the Hadoop cluster. This table lists all the supported operators and a subset of the unsupported operators.
4141

4242
||||
43-
|-|-|-|
43+
|-|-|-|
4444
|**Operator type**|**Pushable to Hadoop**|**Pushable to Blob storage**|
4545
|Column projections|Yes|No|
4646
|Predicates|Yes|No|

0 commit comments

Comments
 (0)