デフォルトでは、serde は " でフィールドを引用するため、serde を使用して自分のフィールドを引用しないようにするにはどうすればよいですか?
私は試した:
row format serde "org.apache.hadoop.hive.serde2.OpenCSVSerde"
with serdeproperties(
"separatorChar" = ",",
"quoteChar" = "")
しかし、私は得ています
FAILED: SemanticException java.lang.StringIndexOutOfBoundsException: String index out of range: 0