The error message you are seeing suggests that there is a semantic analysis exception in your code. Specifically, it says that the column DI.DS cannot be resolved.

To resolve this issue, you can follow these steps:

  1. Check the spelling and case sensitivity of the column name "DI.DS" in your code. Make sure it matches the actual column name in your dataset.

  2. Ensure that the column "DI.DS" is present in the dataset you are querying. You can verify this by looking at the schema or structure of your dataset.

  3. If you are using aliases or joining multiple tables, double-check that you are correctly referencing the column "DI.DS" in your code.

  4. If you are using a subquery or nested query, ensure that the column "DI.DS" is properly referenced within the subquery.

  5. If you are using a user-defined function or expression, make sure that it is correctly defined and that the column "DI.DS" is being used in the correct context.

By carefully reviewing your code and considering these steps, you should be able to identify and resolve the issue with the column "DI.DS" not being resolved in the semantic analysis

ODPS-0130071810 Semantic analysis exception - column DIDS cannot be resolved

原文地址: http://www.cveoy.top/t/topic/iU9o 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录