ORC Files¶
userdata.orc:
The ORC file does not have a header.
Column details:
- Create external table with header=false option:
OPTIONS=('header' = 'false','schema'='registration_dttm TIMESTAMP, id INT, first_name STRING, last_name STRING, email STRING, gender STRING, ip_address STRING, cc STRING, country STRING, birthdate STRING, salary DOUBLE, title STRING');
- Create the native Actian Data Platform table:
- Load the Actian Data Platform table with the INSERT command