-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Back out "[presto][diff_train] Add a native type manager" #24961
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
Conversation
Summary: Original commit changeset: 66c168d92307 Original Phabricator Diff: D71918754 Reviewed By: shangm2 Differential Revision: D73492432
This pull request was exported from Phabricator. Differential Revision: D73492432 |
@woshizhouyihao What's the reason for this revert? |
We are seeing some errors internally as following, which are blocking some pipelines.
|
Do we have an example where this failure manifests? |
here is one of the query texts
Here is the full error message:
|
@woshizhouyihao Thanks for the stack trace.
So how do we run into a situation where we don't have the fully qualified object name, is it possible to get more context on how/where these user defined types are created? |
There are 2 exceptions above.
This is the code snippet where throws the error
The other one fails for
It seems something is wrong with type parsing. The error is thrown during query text parsing. Something is wrong here:
|
@woshizhouyihao So, to sum it up, you are running into both of these exceptions,
|
Please hold on to merging this, I am trying to come up with a fix. |
will merge #24981 for the fix |
Summary:
Original commit changeset: 66c168d92307
Original Phabricator Diff: D71918754
Reviewed By: shangm2
Differential Revision: D73492432