justinmclean commented on code in PR #5837: URL: https://github.com/apache/gravitino/pull/5837#discussion_r1903701983
########## docs/glossary.md: ########## @@ -264,65 +353,57 @@ license: "This software is licensed under the Apache License version 2." - A distinct and separable part of a project. -## OrbStack - -- A tool mentioned as an alternative to Docker for macOS when running Gravitino integration tests. - ## Open authorization / OAuth -- A standard protocol for authorization that allows third-party applications to access user data without exposing user credentials. +- A standard protocol for authorization that allows third-party applications to authenticate a user. + The application doesn't need to access the user credentials. -## PGP Signature +## OrbStack -- A digital signature generated using the Pretty Good Privacy (PGP) algorithm, confirming the authenticity of a file. +- A tool mentioned as an alternative to Docker for macOS when running Gravitino integration tests. ## Private key - A confidential key used for signing, decryption, or other operations that should remain confidential. ## Properties -- Configurable settings and attributes associated with catalogs, schemas, and tables, to influence their behavior and storage. +- Configurable settings and attributes associated with catalogs, schemas, and tables. + The property settings influence the behavior and storage of the corresponding entities. ## Protocol buffers (protobuf) -- A method developed by Google for serializing structured data, similar to XML or JSON. It is often used for efficient and extensible communication between systems. +- A method developed by Google for serializing structured data, similar to XML or JSON. + It is often used for efficient and extensible communication between systems. ## Public key - An openly shared key used for verification, encryption, or other operations intended for public knowledge. -## Representational State Transfer (REST) +## Representational State Transfer -- A set of architectural principles for designing networked applications. +- See [REST](#rest) -## REST API (Representational State Transfer Application Programming Interface) +## RocksDB -- A set of rules and conventions for building and interacting with web services using standard HTTP methods. +- An open source key-value storage database. ## Schema - A logical container for organizing tables in a database. -## Secure Shell (SSH) +## Secure Shell -- Secure Shell, a cryptographic network protocol used for secure communication over a computer network. +- See [SSH](#ssh) ## Security group - A virtual firewall for your instance to control inbound and outbound traffic. ## Serde -- A Serialization/Deserialization library responsible for transforming data between a tabular format and a format suitable for storage or transmission. - -## SHA256 checksum - -- A cryptographic hash function used to verify the integrity of files. - -## SHA256 checksum file - -- A file containing the SHA256 hash value of another file, used for verification purposes. +- A serialization/deserialization library. + It can be used for transforming data between a tabular format and a format suitable for storage or transmission. Review Comment: -> "It can transform data between..." -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org