dongjoon-hyun commented on code in PR #254:
URL: 
https://github.com/apache/spark-connect-swift/pull/254#discussion_r2467271210


##########
Sources/SparkConnect/ArrowReader.swift:
##########
@@ -268,9 +268,7 @@ public class ArrowReader {  // swiftlint:disable:this 
type_body_length
 
       offset += Int(MemoryLayout<UInt32>.size)
       streamData = input[offset...]
-      let dataBuffer = ByteBuffer(
-        data: streamData,
-        allowReadingUnalignedBuffers: true)

Review Comment:
   This parameter is removed via the following.
   - https://github.com/google/flatbuffers/pull/8484



-- 
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]

Reply via email to