Skip to content

Commit

Permalink
Remove DataType definition (#1587)
Browse files Browse the repository at this point in the history
## Description

Removes unused `DataType` message definition.


## Related

Closes #1583


- [ ] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).
  • Loading branch information
richard-rogers authored Nov 8, 2024
1 parent 7702fe4 commit 091896d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions proto/src/whylogs_messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ option java_package = "com.whylogs.core.message";
option java_outer_classname = "Messages";
option java_multiple_files = true;

message DataType {
enum Type {
UNKNOWN = 0;
NULL = 1;
FRACTIONAL = 2;
INTEGRAL = 3;
BOOLEAN = 4;
STRING = 5;
}

Type type = 1;
}

message HllSketchMessage {
bytes sketch = 1;
}
Expand Down

0 comments on commit 091896d

Please sign in to comment.