FrankYang0529 commented on code in PR #69100: URL: https://github.com/apache/airflow/pull/69100#discussion_r3518087453
########## java-sdk/sdk/src/main/kotlin/org/apache/airflow/sdk/Context.kt: ########## @@ -19,17 +19,62 @@ package org.apache.airflow.sdk +import org.apache.airflow.sdk.execution.Logger import org.apache.airflow.sdk.execution.comm.StartupDetails +import java.time.OffsetDateTime + +private val logger = Logger(Context::class) + +/** + * Convert a run-context value to [OffsetDateTime]. A value that is present + * but cannot be interpreted is logged and dropped to `null`. + */ Review Comment: Updated to `warning`. 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]
