ShauryaChauhan1411 commented on PR #17270: URL: https://github.com/apache/iotdb/pull/17270#issuecomment-4069441409
Hi @JackieTien97, I have addressed all the feedback and aligned the implementation with the project standards. Here is a summary of the changes: 1.Header Alignment: Aligned DESCRIBE TABLE headers with DuckDB standard (column_name, column_type) in ColumnHeaderConstant and Visitor. 2.Binary Constructor: Fixed the Binary object creation pattern to use TSFileConfig.STRING_CHARSET instead of .getBytes(), as requested. 3.Integration Test: Added a new IT class IoTDBDescribeTableIT in the integration-test module to verify the fix. 4.Cleanup: Reverted unrelated changes in grammar and other utility files to keep the PR clean. Local mvn clean compile and spotless:apply are passing successfully. Ready for your final review and merge. Thanks! -- 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]
