Xuhong Zhang
Xuhong Zhang
https://github.com/tensorflow/ecosystem/blob/12d65f29b29a1b5bc975d9c11745b6e67818a6ae/spark/spark-tensorflow-connector/src/main/scala/org/tensorflow/spark/datasources/tfrecords/serde/DefaultTfRecordRowEncoder.scala#L96 This line of code indicates that ArrayType(StringType, _) will be encoded to FeatureList, however, method `encodeFeatureList ` does not handle this case, and will throw exception. https://github.com/tensorflow/ecosystem/blob/12d65f29b29a1b5bc975d9c11745b6e67818a6ae/spark/spark-tensorflow-connector/src/main/scala/org/tensorflow/spark/datasources/tfrecords/serde/DefaultTfRecordRowEncoder.scala#L194 Is this...
Blinkdb will fail if using SERDE, for example ROW FORMAT SERDE 'org.openx.data.jsonserde.**JsonSerDe**' JsonSerDe class will not be found, because blinkdb will convert the command to ROW FORMAT SERDE 'org.openx.data.jsonserde.**jsonserde**' Suggest...