diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..6697b3e5
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,5 @@
+[*]
+tab_width = 4
+
+[.*]
+tab_width = 4
diff --git a/.gitmodules b/.gitmodules
index 4a7f3792..592e6baa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,11 @@
path = amadeus-testing
url = https://github.com/alecmocatta/amadeus-testing.git
branch = master
+[submodule "amadeus-parquet/thrift"]
+ path = amadeus-parquet/thrift
+ url = https://github.com/apache/thrift.git
+ branch = master
+[submodule "amadeus-parquet/parquet-format"]
+ path = amadeus-parquet/parquet-format
+ url = https://github.com/apache/parquet-format.git
+ branch = master
diff --git a/.mergify.yml b/.mergify.yml
index ff967fa0..4cc93b93 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -7,7 +7,6 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- - "#commented-reviews-by=0"
actions:
merge:
method: merge
@@ -21,7 +20,6 @@ pull_request_rules:
- author=alecmocatta # https://github.com/Mergifyio/mergify-engine/issues/451
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- - "#commented-reviews-by=0"
actions:
merge:
method: merge
diff --git a/Cargo.toml b/Cargo.toml
index 53050f7a..2c13402e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "amadeus"
-version = "0.1.3"
+version = "0.1.4"
license = "Apache-2.0"
authors = ["Alec Mocatta