Data Curation in Dremio - Converting "Text" Fields to Varchar

We are using the POC version available for download in Dremio Website. We were looking for options to convert “Text” fields into “Varchar”. We only see datatypes like Float, Integer, Date etc but not Varchar.

Is it already available in Enterprise Version ? Or is there another way to achieve this functionality.

Hey @smguru, fields labeled “Text” in Dremio’s UI are already represented as “VARCHAR”. Check out the type reference tables here. If you’d like you can use the TYPEOF(field_name) function to verify in SQL.