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
The first column with a space has issues in parsing {'name': 'week', 'type': 'ending string', 'size': None, 'references': None, 'unique': False, 'nullable': True, 'default': None, 'check': None}
The text was updated successfully, but these errors were encountered:
@soujyosen hi, thanks for opening the issue, can you provide link to the documentation - what DB is supports creating column names without quotes and with spaces in names?
DDL:
CREATE EXTERNAL TABLE IF NOT EXISTS competitor_analytics.wtp_weekly_unique_hirer_by_billing_paid_budget_sheet_target
(
week ending
string,dbhk
string,jsmy
string,jssg
string,jsid
string,jsph
string,dbth
string,total
string)
COMMENT 'Active CSV target benchmarking data uploads for Weekly Trading Pack. Updated on a yearly and need-based frequency. Sourced from Microsoft Shared Folder and JobSeeker Dashboard.'
ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde'
LOCATION 's3://demo/path'
TBLPROPERTIES ("skip.header.line.count" = "1");
The first column with a space has issues in parsing {'name': '
week', 'type': 'ending
string', 'size': None, 'references': None, 'unique': False, 'nullable': True, 'default': None, 'check': None}The text was updated successfully, but these errors were encountered: