Posts

  • Writing a customized Spark SQL Parser

    Recently, I’ve been working on a stand-alone Spark SQL related project where I needed to support Spatial queries. Luckily, Spark 2.2 added extension points that allow injecting a customized parser, analyzer or optimizer into Spark session. In this...