Hi, I was wondering how to implement fixed sized strings in Spark SQL. I would like to implement TPC-H, which uses fixed sized strings for certain fields (i.e., 15 character L_SHIPMODE field).
Is there a way to use a fixed length char array instead of using a string? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Fixed-Sized-Strings-in-Spark-SQL-tp17415.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
