spark-sql-server
spark-sql-server copied to clipboard
Support more PostgreSQL dialect
Currently, I only support the basic parts of V3 protocols and PostgreSQL functionality (e.g., we do not support psql commands like \d): https://github.com/maropu/spark-sql-server/blob/master/sql/sql-server/src/main/scala/org/apache/spark/sql/server/service/postgresql/protocol/v3/protocol.scala#L830. I think it'd be better to support more.
Add more entries in https://github.com/maropu/spark-sql-server/blob/master/sql/sql-server/src/main/scala/org/apache/spark/sql/server/service/postgresql/PostgreSQLParser.scala