opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
14 stars 22 forks source link

[BUG] Size limit of a given field is 32KB #625

Open A-Gray-Cat opened 1 week ago

A-Gray-Cat commented 1 week ago

What is the bug?

How can one reproduce the bug? Steps to reproduce the behavior:

  1. Create a MV against a table that has a single field which can go beyond 32KB max limit.

What is the expected behavior? A clear and concise description of what you expected to happen.

What is your host/environment?

Do you have any screenshots? If applicable, add screenshots to help explain your problem.

Do you have any additional context? Add any other context about the problem.

dai-chen commented 2 days ago

There seems an ignore_above field option to avoid this. But currently Flint doesn't set it automatically or provide a way for users.