Kenji Noguchi

Results 18 issues of Kenji Noguchi

When messages are defined as below, the parser failed to resolve t1.i1 type. ``` package mypackage; message t1 { message i1 { optional uint32 x = 1; optional uint32 y...

protobuf

This is a Protoparser problem that it failed to parse `reserved` field. Reserved field is explained in the official document. https://developers.google.com/protocol-buffers/docs/proto#reserved ``` va.lang.IllegalStateException: Syntax error in Unnamed-protobuf-schema at 389:11: unexpected...

protobuf

I would like to create ProtobufSchema objects from the descriptor files instead of proto files. `protoc -o output.desc` can generate the descriptor file `output.desc` by compiling multiple proto files. It's...

protobuf

ObjectWriter fails to serialize depends on the order of messages defined in a proto file. proto1 below works fine. ``` // proto1 message Main { required Other o = 1;...

protobuf

proto files often import other proto files using the `import` statement. As far as I tested, the import statement is not supported. I think `NativeProtobufSchema` class is the best place...

protobuf

I wonder if the LIVE VIEW and WATCH statements support is in plan. ClickHouse 19.16.3.6 introduced this feature. The client can get notified when a new data is inserted. It...

I wonder if you could support non-primitive types such as time.Time just like the standard json.Unmarshal json.Marshal does. I only need it when such types implemented UnmarshalJSON/MarshalJSON methods.

I'd like to build deb packages. It seems there's a control file https://github.com/catboost/catboost/commit/20e2840dab7e7a9ef0a6b249248003ebdb323fc4#diff-3898a71e6d858f7b09ec89d2107c9b94e35d79d08c840d0091eff562f6ca63ff I've never seen this JSON control file for deb building. Is this for 3rd party tool? Please...

build
installation
Linux

As of now the supported OS is RedHat Enterprise 6 "el6" only that is defined in config.mk. Add more OS and versions that CDH supports. Possible distro suffixes - el5:...

For now, please include necessary extensions under `extensions` directory when you make the parcel. As of now the extensions are loaded from the /opt/parcels/DRUID directory. To make changes to the...