>From Murtadha Hubail <[email protected]>:
Murtadha Hubail has uploaded this change for review. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17527 )
Change subject: [NO ISSUE][OTH] Move compile time storage config to common
config
......................................................................
[NO ISSUE][OTH] Move compile time storage config to common config
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
- Move the storage properties used during compilation to
the properties common section to avoid warning of usage
outside NC scope.
Change-Id: Iac165a252fcecd2e23bdd47cc69a67e5253edd58
---
M
asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/27/17527/1
diff --git
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
index d61ee14..70cd4ff 100644
---
a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
+++
b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/StorageProperties.java
@@ -87,6 +87,9 @@
case STORAGE_GLOBAL_CLEANUP_TIMEOUT:
case STORAGE_PARTITIONING:
case STORAGE_PARTITIONS_COUNT:
+ case STORAGE_FORMAT:
+ case STORAGE_COLUMN_MAX_TUPLE_COUNT:
+ case STORAGE_COLUMN_FREE_SPACE_TOLERANCE:
return Section.COMMON;
default:
return Section.NC;
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17527
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Change-Id: Iac165a252fcecd2e23bdd47cc69a67e5253edd58
Gerrit-Change-Number: 17527
Gerrit-PatchSet: 1
Gerrit-Owner: Murtadha Hubail <[email protected]>
Gerrit-MessageType: newchange