Skip to content

Commit 565a0f1

Browse files
20221103 sql 2022
1 parent 0624960 commit 565a0f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/relational-databases/polybase/polybase-faq.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ sections:
3434
|Basic authentication only|Basic & integrated authentication|
3535
|Suitable for analytic queries processing large number of rows|Suitable for OLTP queries returning single or few rows|
3636
|Queries using external table cannot participate in distributed transaction|Distributed queries can participate in distributed transaction|
37-
- question: What's new in PolyBase in [!INCLUDE[sssql22](../../includes/sssql22-md.md)]?
37+
- question: What's new in PolyBase in SQL Server 2022?
3838
answer: |
3939
[!INCLUDE[sssql22](../../includes/sssql22-md.md)] now supports CSV, Parquet, and Delta files stored on Azure Storage Account v2, Azure Data Lake Storage Gen2, or any S3–compliant object storage using the S3 REST API, on-premises or in the cloud.
4040
4141
[!INCLUDE[sssql22](../../includes/sssql22-md.md)] can now use CREATE EXTERNAL TABLE as SELECT (CETAS), together with commands like OPENROWSET, CREATE EXTERNAL TABLE (CET), and all the new T-SQL enhancements.
4242
43+
Currently, support for Hadoop external data sources has been removed in [!INCLUDE[sssql22](../../includes/sssql22-md.md)].
44+
4345
Read more on [Data Virtualization with PolyBase for SQL Server 2022](https://cloudblogs.microsoft.com/sqlserver/2022/10/05/data-virtualization-with-polybase-for-sql-server-2022/) and review [SQL Server 2022 PolyBase enhancements](polybase-guide.md#sql-server-2022-polybase-enhancements).
4446
45-
- question: What's new in PolyBase in [!INCLUDE[sssql19](../../includes/sssql19-md.md)]?
47+
- question: What's new in PolyBase in SQL Server 2019?
4648
answer: |
4749
PolyBase in [!INCLUDE[sssql19](../../includes/sssql19-md.md)] can now read data from a larger variety of data sources. The data from these external data sources can be stored as external tables on your SQL Server. PolyBase also supports pushdown computation to these external data sources, excluding ODBC generic types.
4850

0 commit comments

Comments
 (0)