kbastani commented on pull request #8118: URL: https://github.com/apache/pinot/pull/8118#issuecomment-1029556460
Confirmed that the method is technically in the query-path's call tree, but the logic added for inferring the SDF format is never reached from the query side (only on ingestion). Right now, the result would be an exception thrown at query time (should a UDF ever be added that uses it in the future), which means it's a better fallback condition right now than a query-time error. Let's dig deeper and collect user feedback until we reach a consensus on how best to solve the onboarding issue that is tripping up new users. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
