rok commented on issue #47613: URL: https://github.com/apache/arrow/issues/47613#issuecomment-3317759576
I would read https://github.com/apache/arrow/blob/d803afcc43f5d132506318fd9e162d33b2c3d4cd/format/SparseTensor.fbs#L160 and https://github.com/apache/arrow/blob/d803afcc43f5d132506318fd9e162d33b2c3d4cd/format/SparseTensor.fbs#L179 as: `indptrType` is a required 8-64bit integer type and `indicesType` is a required 8-64bit integer type. (Note `Int` maps to integer while `int` means 32 bit integer). I don't see anywhere stated that these are the same integer type, so C++ implementation seems consistent with the flatbuffers definition. See `Int` definition: https://github.com/apache/arrow/blob/d803afcc43f5d132506318fd9e162d33b2c3d4cd/format/Schema.fbs#L159-L162 That said it might make sense that the two are always the same type. Would you like to discuss that? -- 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]
