You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…k-connector (#2484)
### What changes were proposed in this pull request?
Support Float and Double type for spark-connector
### Why are the changes needed?
Fix: #2451
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
`./gradlew test -PskipITs`
Describe the subtask
should add related logic in
SparkTypeConverter
and add test inTestSparkTypeConverter
please refer below document
Spark date type: https://spark.apache.org/docs/latest/sql-ref-datatypes.html
Gravitino data type: https://datastrato.ai/docs/0.4.0/manage-metadata-using-gravitino#gravitino-table-column-type
current implement:
Parent issue
#1227
The text was updated successfully, but these errors were encountered: