Mentions légales du service

Skip to content

Refactor and mock JQ physical OPs

Oscar Mendoza requested to merge refactor-and-mock-jq into master
  • Add method close() to interface DBSourceLayer (and all of its implementations)
  • Create JQSourceLayer which is an implementation of DBSourceLayer that uses the Spark SQL Java API to query JSON data sources using SQL. It is a refactored version of JQDatabaseHolder. This refactoring effectively separates domain logic from DB calls.
  • Fix typo in error message in PhySOLROperator

Merge request reports

Loading