Skip to content

Commit f6887d6

Browse files
Merge pull request #285589 from ilijazagorac/patch-20
Update known-issues.md
2 parents e31ca41 + 0e6626b commit f6887d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
2929
|Azure Synapse serverless SQL pool|[Azure Cosmos DB analytical store view propagates wrong attributes in the column](#azure-cosmos-db-analytical-store-view-propagates-wrong-attributes-in-the-column)|Has workaround|
3030
|Azure Synapse serverless SQL pool|[Query failures in serverless SQL pools](#query-failures-in-serverless-sql-pools)|Has workaround|
3131
|Azure Synapse serverless SQL pool|[Storage access issues due to authorization header being too long](#storage-access-issues-due-to-authorization-header-being-too-long)|Has workaround|
32+
|Azure Synapse serverless SQL pool|[Querying a view shows unexpected results](#querying-a-view-shows-unexpected-results)|Has workaround|
3233
|Azure Synapse Workspace|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|Has workaround|
3334
|Azure Synapse Workspace|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|Has workaround|
3435
|Azure Synapse Workspace|[REST API PUT operations or ARM/Bicep templates to update network settings fail](#rest-api-put-operations-or-armbicep-templates-to-update-network-settings-fail)|Has workaround|
@@ -225,6 +226,11 @@ Suggested workarounds are:
225226
- Decrease number of security groups (having 90 or fewer security groups results with a token that is of compatible length).
226227
- Increase number of security groups over 200 (as that changes how token is constructed, it will contain an MS Graph API URI instead of a full list of groups). It could be achieved by adding dummy/artificial groups by following [managed groups](sql/develop-storage-files-storage-access-control.md?tabs=managed-identity), after you would need to add users to newly created groups.
227228

229+
### Querying a view shows unexpected results
230+
When you query the view for which the underlying schema has changed after the view was created, you may encounter unexpected results. This means that the view references columns or objects that were modified or no longer exist. To overcome this you need to manually adjust the view definition to align with the underlying schema changes.
231+
232+
**Workaround**: Manually adjust the view definition.
233+
228234
## Azure Synapse Analytics Apache Spark pool active known issues summary
229235

230236
The following are known issues with the Synapse Spark.

0 commit comments

Comments
 (0)