Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add DQM Logging on GRPC Server with FileLogStorage for Testing (#…
…2403) * Make a proof of concept Signed-off-by: Kevin Zhang <[email protected]> * Update Signed-off-by: Kevin Zhang <[email protected]> * revert feature store Signed-off-by: Kevin Zhang <[email protected]> * refactor Signed-off-by: Kevin Zhang <[email protected]> * Add time Signed-off-by: Kevin Zhang <[email protected]> * Add time Signed-off-by: Kevin Zhang <[email protected]> * clean up Signed-off-by: Kevin Zhang <[email protected]> * Add comment Signed-off-by: Kevin Zhang <[email protected]> * Add pseudocode Signed-off-by: Kevin Zhang <[email protected]> * Refactor logging functionality to hide internals Signed-off-by: Kevin Zhang <[email protected]> * Refactor Signed-off-by: Kevin Zhang <[email protected]> * Revert changes Signed-off-by: Kevin Zhang <[email protected]> * Add tests Signed-off-by: Kevin Zhang <[email protected]> * Add new timeout test Signed-off-by: Kevin Zhang <[email protected]> * Fix python ci for m1 mac Signed-off-by: Kevin Zhang <[email protected]> * Fix lint Signed-off-by: Kevin Zhang <[email protected]> * Working state Signed-off-by: Kevin Zhang <[email protected]> * Move offline log store Signed-off-by: Kevin Zhang <[email protected]> * refactor Signed-off-by: Kevin Zhang <[email protected]> * Update logs Signed-off-by: Kevin Zhang <[email protected]> * Update log storage Signed-off-by: Kevin Zhang <[email protected]> * WOrking state Signed-off-by: Kevin Zhang <[email protected]> * Work Signed-off-by: Kevin Zhang <[email protected]> * Add tests for filestorage Signed-off-by: Kevin Zhang <[email protected]> * Fix logging Signed-off-by: Kevin Zhang <[email protected]> * Add more tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Clean up Signed-off-by: Kevin Zhang <[email protected]> * Update error Signed-off-by: Kevin Zhang <[email protected]> * semi working state Signed-off-by: Kevin Zhang <[email protected]> * b state Signed-off-by: Kevin Zhang <[email protected]> * Update types to be public Signed-off-by: Kevin Zhang <[email protected]> * Update structs to make fields public Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * clean up Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix go Signed-off-by: Kevin Zhang <[email protected]> * Fix issues Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Working state Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * fix Signed-off-by: Kevin Zhang <[email protected]> * fix Signed-off-by: Kevin Zhang <[email protected]> * Clean up code a bit Signed-off-by: Kevin Zhang <[email protected]> * Fixes Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Clean up Signed-off-by: Kevin Zhang <[email protected]> * Update schema functionality Signed-off-by: Kevin Zhang <[email protected]> * Remove xitongsys parquet reader Signed-off-by: Kevin Zhang <[email protected]> * Clean up Signed-off-by: Kevin Zhang <[email protected]> * Fix go mode Signed-off-by: Kevin Zhang <[email protected]> * Fix tests and errors and everything Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Remove unused code Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Last working commit Signed-off-by: Kevin Zhang <[email protected]> * work Signed-off-by: Kevin Zhang <[email protected]> * Address some changes Signed-off-by: Kevin Zhang <[email protected]> * More addresses. Signed-off-by: Kevin Zhang <[email protected]> * Fix more review comments Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Rename Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Add request id Signed-off-by: Kevin Zhang <[email protected]> * More fixes Signed-off-by: Kevin Zhang <[email protected]> * Fix odfv Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Address other changes Signed-off-by: Kevin Zhang <[email protected]> * Reorder for optimization Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Add more shcema tests Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * refactor to clean Signed-off-by: Kevin Zhang <[email protected]> * Add initialized repo for testing Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Remove Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix tests Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Text Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix? Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * remove entity map Signed-off-by: pyalex <[email protected]> * remove Cache method from registry Signed-off-by: pyalex <[email protected]> * clean up pre-initialized repo Signed-off-by: pyalex <[email protected]> * git ignore full data directory in tests Signed-off-by: pyalex <[email protected]> Co-authored-by: pyalex <[email protected]>
- Loading branch information