You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/29 07:52:58 UTC

[GitHub] [rocketmq-externals] lizhiboo opened a new issue #798: Build SinkDataEntry after fields put.

lizhiboo opened a new issue #798:
URL: https://github.com/apache/rocketmq-externals/issues/798


   fields will not be built in SinkDataEntry.
   #797 
   ```java
           SinkDataEntry sinkDataEntry = dataEntryBuilder.buildSinkDataEntry(message.getQueueOffset());
           List<Field> fields = schema.getFields();
           if (null != fields && !fields.isEmpty()) {
               for (Field field : fields) {
                   dataEntryBuilder.putFiled(field.getName(), datas[field.getIndex()]);
               }
           }
           return sinkDataEntry;
   ```


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] odbozhou commented on issue #798: Build SinkDataEntry after fields put.

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #798:
URL: https://github.com/apache/rocketmq-externals/issues/798#issuecomment-909804239


   merged


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] odbozhou commented on issue #798: Build SinkDataEntry after fields put.

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #798:
URL: https://github.com/apache/rocketmq-externals/issues/798#issuecomment-909804239


   merged


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] odbozhou closed issue #798: Build SinkDataEntry after fields put.

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #798:
URL: https://github.com/apache/rocketmq-externals/issues/798


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] odbozhou closed issue #798: Build SinkDataEntry after fields put.

Posted by GitBox <gi...@apache.org>.
odbozhou closed issue #798:
URL: https://github.com/apache/rocketmq-externals/issues/798


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org