You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/client/operations/models/DeclareTableResponse.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Response for declaring a table.
12
12
|**location**|**String**||[optional]|
13
13
|**storageOptions**|**Map<String, String>**| Configuration options to be used to access storage. The available options depend on the type of storage in use. These will be passed directly to Lance to initialize storage access. |[optional]|
14
14
|**properties**|**Map<String, String>**| If the implementation does not support table properties, it should return null for this field. Otherwise it should return the properties. |[optional]|
15
+
|**managedVersioning**|**Boolean**| When true, the caller should use namespace table version operations (CreateTableVersion, DescribeTableVersion, ListTableVersions, BatchDeleteTableVersions) to manage table versions instead of relying on Lance's native version management. |[optional]|
Copy file name to clipboardExpand all lines: java/lance-namespace-apache-client/docs/DeclareTableResponse.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Response for declaring a table.
12
12
|**location**|**String**||[optional]|
13
13
|**storageOptions**|**Map<String, String>**| Configuration options to be used to access storage. The available options depend on the type of storage in use. These will be passed directly to Lance to initialize storage access. |[optional]|
14
14
|**properties**|**Map<String, String>**| If the implementation does not support table properties, it should return null for this field. Otherwise it should return the properties. |[optional]|
15
+
|**managedVersioning**|**Boolean**| When true, the caller should use namespace table version operations (CreateTableVersion, DescribeTableVersion, ListTableVersions, BatchDeleteTableVersions) to manage table versions instead of relying on Lance's native version management. |[optional]|
Copy file name to clipboardExpand all lines: java/lance-namespace-apache-client/src/main/java/org/lance/namespace/model/CreateTableVersionResponse.java
Copy file name to clipboardExpand all lines: java/lance-namespace-springboot-server/src/main/java/org/lance/namespace/server/springboot/api/TableApi.java
Copy file name to clipboardExpand all lines: java/lance-namespace-springboot-server/src/main/java/org/lance/namespace/server/springboot/model/CreateTableVersionResponse.java
0 commit comments