Currently our SparkSQL implementation uses a WKT (well-known text) encoding, since UDT's (user-defined types) aren't working in the Java version of SparkSQL. It may be beneficial for performance purposes to change the encoding to WKB (well-known binary). If so, the console output needs to be converted from WKB to WKT when the user opts to show results.
Currently our SparkSQL implementation uses a WKT (well-known text) encoding, since UDT's (user-defined types) aren't working in the Java version of SparkSQL. It may be beneficial for performance purposes to change the encoding to WKB (well-known binary). If so, the console output needs to be converted from WKB to WKT when the user opts to show results.