hive
Here are 1,250 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Java
Instead of creating on the fly an Iceberg table with Trino and run queries against it, use static resources for setting up an Iceberg test environment which can be used to read Iceberg v1 / v2 tables and guard trino-iceberg plugin against regresssions.
Related discussion: trinodb/trino#11642 (comment)
-
Updated
Mar 28, 2022 - Dart
-
Updated
Apr 9, 2022 - Java
-
Updated
Apr 1, 2019 - Java
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Apr 7, 2022 - Python
-
Updated
May 9, 2021 - Scala
-
Updated
Nov 17, 2021
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
What would you like to be improved?
Currently, we use yarn APPLICATION IDs grabbed from logs to kill unh
-
Updated
Mar 30, 2022 - Java
-
Updated
Feb 12, 2022 - Vue
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 9, 2022 - Java
-
Updated
Oct 11, 2021
-
Updated
Nov 15, 2021 - JavaScript
Improve this page
Add a description, image, and links to the hive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hive topic, visit your repo's landing page and select "manage topics."


Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce