Skip to content

Commit

Permalink
Timestamptype type compatible with historical version of the Paimon t…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
MrTanZZ committed Oct 16, 2024
1 parent 614c09f commit b6ff32f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ public class SparkConnectorOptions {
.withDescription(
"When false, the default is to follow the historical version method. "
+ "LocalZonedTimestamp and TimestampType are converted to "
+ "Spark's TimestampType. Otherwise, the new version method is used.");
+ "Spark's TimestampType. Otherwise, the new version method is used."
+ "The default value is true");
}

0 comments on commit b6ff32f

Please sign in to comment.