question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

impala/hive grammar

See original GitHub issue

I want to implement impala/hive grammar, for example:

insert overwrite a(b,c) partitions(tx_date=20190626) select b,c from b

I would like to ask which class I should pay attention to

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
wumpzcommented, Jul 29, 2019

I would start a new class IMHO. The ordinary insert into statement. Is to complicated to be modified.

Look at the SingleStatement() rule in the grammar file. There all main statements like select, insert, … start.

0reactions
wat1rcommented, May 27, 2021

@wumpz It’s ok for me, the issue is opened by this guy @xiearthur

Read more comments on GitHub >

github_iconTop Results From Across the Web

Impala SQL Language Reference
Impala supports most of the same statements and clauses as HiveQL, including, but not limited to JOIN , AGGREGATE , DISTINCT , UNION...
Read more >
SQL Differences Between Impala and Hive | 6.3.x
Impala supports high-performance UDFs written in C++, as well as reusing some Java-based Hive UDFs. Impala supports scalar UDFs and user-defined ...
Read more >
The Relationship Between Impala and Hive and its ... - Topcoder
Hive is suitable for long-term batch query and analysis, and Impala is suitable for real-time interactive SQL query. Impala provides data ...
Read more >
Impala vs Hive: Difference between Sql on Hadoop components
Impala vs Hive -Apache Hive is a data warehouse infrastructure built on Hadoop whereas Cloudera Impala is open source analytic MPP database ...
Read more >
Hive vs Impala | Top 20 Beneficial Differences You Should Know
0 released. It is used for summarising Big data and makes querying and analysis easy. Apache Hive is an effective standard for SQL-in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found