Hi all, Just want to share the progress with you, as I said in [1], Claude Opus-4.6 has worked for about three hours today and generated its first commit:
``` Add Arrow Flight SQL service as external service plugin Add new external-service-impl/flight-sql module with Arrow 17.0.0 - Implement FlightSqlService (IExternalService lifecycle management) - Implement IoTDBFlightSqlProducer (SQL execution via Coordinator, TsBlock→Arrow streaming) - Implement TsBlockToArrowConverter supporting all 10 data types - Implement Bearer token authentication (FlightSqlAuthHandler, FlightSqlSessionManager) - Add enableArrowFlightSqlService and arrowFlightSqlPort config to IoTDBConfig - Add FLIGHT_SQL entry to BuiltinExternalServices - Add Arrow Flight SQL port allocation and configuration to IT framework (13 files) - Add IoTDBArrowFlightSqlIT with 5 integration test cases - Add unit tests for TsBlockToArrowConverter (16 test cases) ``` I didn't have time to review the code for correctness today (it might not even pass the *ITs* yet). Just as it was about to run the *Integration Tests* to verify the logic, I hit my *subscription quota*. Once my quota resets tomorrow, I'll have the agent continue its own verification and bring in another agent to peer-review the code. Meanwhile, I’ll perform a *manual code review* in parallel as my schedule permits. Here is its implementation plan[2], and its summary for today's work, English[3] and Chinese[4]. These artifacts are all generated by itself, so be careful with these docs, they may be wrong. If you're interested in it, let's work together!(or let our agents work together) [1] https://lists.apache.org/thread/jl94gcrv9973jj7cwfhl7zrkhr19thqr [2] https://timechor.feishu.cn/file/Dz0db37s2oGpavxr8RBcNP0Fneg?from=from_copylink [3] https://timechor.feishu.cn/file/PvwabnUYCoL88TxtJb7cV7P0njb?from=from_copylink [4] https://timechor.feishu.cn/file/ORPsbEC0foUHcbxI4H5cSb6Hngc?from=from_copylink
