Skip to content

Conversation

@codebreaker32
Copy link

@codebreaker32 codebreaker32 commented Dec 7, 2025

This PR creates a basic framework for Spark SQL and uses the TLP oracle to test it via the Thrift Server.

  • Implemented JDBC connection to the Spark Thrift Server (using HiveServer2 protocol).

  • Implemented creating Spark tables (Parquet format) with basic column types (BOOLEAN, INT, DOUBLE, STRING, TIMESTAMP, DATE).

  • Implemented supported table constraint (NOT_NULL)

  • Implemented SELECT WHERE clause generation for the TLP

Inspired from #1201
Addresses #1025
Ref:https://spark.apache.org/docs/latest/sql-ref.html

@mrigger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant