This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ingest): add import descriptions of two or more nested messages (d…
…atahub-project#6959) Co-authored-by: 서주현[G플레이스데이터개발] <juhyun.seo@navercorp.com>
- Loading branch information
1 parent
baa383e
commit a87e154
Showing
7 changed files
with
104 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...ata-integration/java/datahub-protobuf/src/test/resources/extended_protobuf/messageC.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
syntax = "proto3"; | ||
package extended_protobuf; | ||
|
||
|
||
message UserMsg { | ||
message UserInfo { | ||
string nickname = 1; // nickname info | ||
string profile_url = 2; // profile url info | ||
} | ||
|
||
string id = 1; // user id | ||
string name = 2; // user name | ||
UserInfo user_info = 3; // user info | ||
} |
Binary file added
BIN
+681 Bytes
...ta-integration/java/datahub-protobuf/src/test/resources/extended_protobuf/messageC.protoc
Binary file not shown.