Hello, is there a plan to enable USDC_USE_ASSET
by default for future releases? Currently this environment variable has to be set manually in order to use in-memory .usdc
assets
Hi @chaitanya , that env var should not need to be set to true in order to read usdc files whose contents are in-memory, if your resolver provides a properly configured ArAsset for it.
Forcing that env var to true disables the very awesome “zero copy arrays” feature of usdc, and after work completed earlier this year to provide the behavior I described above, we left the env var in there primarily for testing purposes.
If you are seeing scenarios in 24.08+ where it seems to be required, please file an Issue?