theweipeng commented on PR #1825:
URL: https://github.com/apache/fury/pull/1825#issuecomment-2360993451
> > Hi @theweipeng on line 147 , when I do this
> > ```diff
> > - ${this.builder.typeMeta.from_bytes(this.builder.reader.ownName())}
> >
> > + ${this.builder.reader.buffer(buffer.byteLength)}
> > ```
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > I pass 3 test
> > 
> > Please for a hint on what I am missing.
>
> Why did you remove reading the typeMeta? I am confused
Ensure that the byte length consumed from the reader matches the length
written to the buffer in the writeStmt. In the context of your code, it should
be expressed as `${this.builder.reader.buffer(buffer2.byteLength)}`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]