Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Oct 15, 2024
1 parent a239f0c commit 63fc419
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
* Helper class to generate specific credential properties for different table format and engine.
*/
public class CredentialUtils {
// Generate Iceberg specific properties for Spark, IcebergRESTServer, Flink, etc.
/**
* Transforms a specific credential into a map of Iceberg properties.
*
* @param credential the credential to be transformed into Iceberg properties
* @return a map of Iceberg properties derived from the credential
*/
public static Map<String, String> toIcebergProperties(Credential credential) {
// todo: transform specific credential to iceberg properties
return credential.toProperties();
Expand Down

0 comments on commit 63fc419

Please sign in to comment.