Skip to content

Conversation

@Eshanatnight
Copy link
Contributor

@Eshanatnight Eshanatnight commented Mar 14, 2024

Description

  1. Add: Schema API for Ingestion Server
  2. RM: Redundant API Endpoints
  3. feat: Last min data is Queryable
  4. Add: Unit Tests
  5. If the Query returns empty results, an empty vector will be returned rather than an error

This PR has:

  • been tested to ensure log ingestion and log query works.
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added documentation for new or modified features or behaviors.

@Eshanatnight
Copy link
Contributor Author

Eshanatnight commented Mar 15, 2024

Issues

No. Description Pointers Priority Status
1. Staging Query Not working xxxxxxxxx done 👌
2. Stream Sync on new Start Stream Sync on startup 2 👨‍🏭
3. if 2 Ingest Server are started, one is able to ingest, other is not. Erroring with error - You don't have permission to access this resource. Please contact your administrator for assistance.
4. Query is being send to ingest servers always 1 👨‍🏭

Add: Schema API for Ingestion Server
RM: Redundant API Endpoints
feat: Last min data is Queryable
Add: Unit Tests
Fix function flatten_objects_for_count
Update Tests
@Eshanatnight
Copy link
Contributor Author

Changes

  1. If the Query returns empty results, an empty vector will be returned rather than an error

1. Session Context was not being synced at the time of schema update
2. Make struct TableScanVisitor pub at crate level
@nikhilsinhaparseable nikhilsinhaparseable merged commit 8717a26 into parseablehq:distributed Mar 18, 2024
@Eshanatnight Eshanatnight deleted the impl-query-server branch March 19, 2024 08:18
Eshanatnight added a commit to Eshanatnight/parseable that referenced this pull request Apr 1, 2024
* feat: Impl Query Server

Add: Schema API for Ingestion Server
RM: Redundant API Endpoints
feat: Last min data is Queryable
Add: Unit Tests

* fix: func flatten_objects_for_count

Fix function flatten_objects_for_count
Update Tests

* fix: base_path_without_preciding_slah function

* fix: Session Context not in sync

1. Session Context was not being synced at the time of schema update
2. Make struct TableScanVisitor pub at crate level
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.

2 participants