These 6 commits are when the Protocol Buffers files have changed:
| Commit: | f621b25 | |
|---|---|---|
| Author: | Tim Sylvester | |
| Committer: | GitHub | |
Reduce encoded size of column metadata (#548) - Collapses the encoding of physical/logical,scalar/complex types into a single value range. - Eliminates stream counts from scalar property columns other than string - Eliminates present streams from non-nullable columns --------- Co-authored-by: Yuri Astrakhan <YuriAstrakhan@gmail.com>
The documentation is generated from this commit.
| Commit: | 59a95b0 | |
|---|---|---|
| Author: | Tim Sylvester | |
| Committer: | GitHub | |
Eliminate some unused types from the type enums (#545)
| Commit: | 4b92e98 | |
|---|---|---|
| Author: | Dane Springmeyer | |
| Committer: | GitHub | |
Touchup syntax in proto for readibility (#108) While reviewing the .proto I noticed a few minor things that could be improved for future readers: - Cleanup mixed tabs & spaces (now uses only spaces) - Consistently using a space before ` {` - Consistently commenting code above the line it references (rather than both above and to the right) - Consistently using a space after a commented line with `//` In addition to this basic cleanup I think further linting is advisable: #107
| Commit: | 0b38cad | |
|---|---|---|
| Author: | Markus Tremmel | |
| Committer: | GitHub | |
Update draft of the MLT spec (#25) Update POC java encoder and decoder
| Commit: | 4129b05 | |
|---|---|---|
| Author: | Markus Tremmel | |
Add proto metadata comparision
| Commit: | a168c40 | |
|---|---|---|
| Author: | tremmelmarkus | |
first draft