我正在尝试通过文件插入 Hive 表。但是碰巧文本文件中的最后一列包含溢出不同行的数据。
示例数据:
col1|col2|col3|this line is spilling into different line
as is this, this is spilling this is spilling this is sp
iliing and so is this
col1|col2|col3|this can be inserted without problem
因此,溢出的数据被视为新行,而不是包装到最后一列。我尝试使用由选项终止的行,但无法使其正常工作。