Results 5 issues of Hao Cen

## Summary From the new release, we are seeing ``` Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.apache.spark.sql.catalyst.util.RebaseDateTime$ ``` https://airflow-1-10.d.musta.ch/log?task_id=compute_join__fiv__target_features_listing__v1&dag_id=chronon_join_fiv__target_features_listing__v1&execution_date=2023-10-18T00%3A00%3A00%2B00%3A00 Adding this class to see if it can...

## Summary 1. support parquet for local input 2. remove the TS parsing logic as it causes issue with running real job locally. 3. More try catching 4. create DB...

## Summary Implement two stack lite + hop aggregate + union sort for temporal events, with the option to turn it on for testing. Unlike the implementation purposed by stripe...

## Summary Implementing variants of the two stack algorithms: - two stack with hopping - using two stack to replace the hopRangeCache in sawtooth Test result can be found here....

## Summary This PR is built on top of @nikhilsimha's ongoing PR: #452, since that PR is not merged yet, and this change depends on a lot of the work...