XuQianJin-Stars opened a new pull request #2818: URL: https://github.com/apache/iceberg/pull/2818
Add table format conversion type conversion <p class="auto-cursor-target" style="margin: 10px 0px 0px; padding: 0px; color: rgb(23, 43, 77); font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Type conversion currently supported by hive:</p><div class="table-wrap" style="margin: 10px 0px 0px; padding: 0px; overflow-x: auto; color: rgb(23, 43, 77); font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", &quo t;Helvetica Neue", sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"> | boolean | tinyint | smallint | int | bigint | float | double | decimal | string | varchar | timestamp | date | binary -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- boolean | true | false | false | false | false | false | false | false | false | false | false | false | false tinyint | false | true | true | true | true | true | true | true | true | true | false | false | false smallint | false | false | true | true | true | true | true | true | true | true | false | false | false int | false | false | false | true | true | true | true | true | true | true | false | false | false bigint | false | false | false | false | true | true | true | true | true | true | false | false | false float | false | false | false | false | false | true | true | true | true | true | false | false | false double | false | false | false | false | false | false | true | true | true | true | false | false | false decimal | false | false | false | false | false | false | false | true | true | true | false | false | false string | false | false | false | false | false | false | true | true | true | true | false | false | false varchar | false | false | false | false | false | false | true | true | true | true | false | false | false timestamp | false | false | false | false | false | false | false | false | true | true | true | false | false date | false | false | false | false | false | false | false | false | true | true | false | true | false binary | false | false | false | false | false | false | false | false | false | false | false | false | true </div> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
