Skip to content

Commit 5365507

Browse files
DOCSP-12103 Add consistent order limit to limitations page (#71)
* DOCSP-12103 Add consistent order limit to limitations page * DOCSP-12103 a minor correction
1 parent ba4c1ca commit 5365507

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

source/query/query-data-lake.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ define:
185185
"dataSources" : [
186186
{
187187
"storeName" : "<store-name>",
188-
"defaultFormat" : "<file-format>",
189188
"urls" : ["<url>"]
190189
}
191190
]

source/reference/format/data-lake-configuration.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,6 @@ The {+data-lake-short+} configuration has the following format:
734734
"dataSources" : [
735735
{
736736
"storeName" : "<string>",
737-
"defaultFormat" : "<string>",
738737
"urls" : ["<string>"]
739738
}
740739
]

source/supported-unsupported/limitations.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
|service| |data-lake| only supports Amazon S3 `Standard
1111
<https://aws.amazon.com/s3/storage-classes/?nc=sn&loc=3#General_purpose>`__,
12-
`Intelligent Tiering <https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__
12+
`Intelligent Tiering <https://aws.amazon.com/s3/storage-classes/#Unknown_or_changing_access>`__,
1313
and `Standard-Infrequent Access <https://aws.amazon.com/s3/storage-classes/#Infrequent_access>`__
1414
storage classes. |data-lake| does not support the following features:
1515

@@ -18,6 +18,10 @@ storage classes. |data-lake| does not support the following features:
1818
* Creating a |data-lake| with |s3| buckets from more than one |aws| account
1919
* Assigning |service| temporary users permission to query a |data-lake|
2020
* Querying documents larger than 16MB
21-
* Adding IP address associated with your |data-lakes| to your |service| project whitelist
22-
* Assigning |service| read only access to your |aws| account with |aws| security groups
21+
* Adding IP address associated with your |data-lakes| to your |service| project
22+
whitelist
23+
* Assigning |service| read only access to your |aws| account with |aws|
24+
security groups
2325
* Returning more than 100 collections for wildcard collections
26+
* Returning documents in the same order across queries unless imposed by
27+
the query operators used

0 commit comments

Comments
 (0)