Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-default emitters #1403

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

AlonsoGuevara
Copy link
Contributor

@AlonsoGuevara AlonsoGuevara commented Nov 14, 2024

Description

Fix non-default emitters (Piepline assumed parquet always)

Related Issues

[Reference any related issues or tasks that this pull request addresses.]

Proposed Changes

[List the specific changes made in this pull request.]

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

Additional Notes

[Add any additional notes or context that may be helpful for the reviewer(s).]

@AlonsoGuevara AlonsoGuevara requested review from a team as code owners November 14, 2024 00:17
@jgbradley1
Copy link
Collaborator

jgbradley1 commented Nov 14, 2024

I tested and confirmed this addresses the bug on the indexing side. It breaks on the query side because the code here assumes a parquet format is being loaded. I'm not sure if the query issue needs to be addressed or not though to support the cosmosdb support.

@AlonsoGuevara
Copy link
Contributor Author

I tested and confirmed this addresses the bug on the indexing side. It breaks on the query side because the code here assumes a parquet format is being loaded. I'm not sure if the query issue needs to be addressed or not though to support the cosmosdb support.

Ah! Thanks for testing query. I'll address that on this same PR, great catch!!

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