Pranav

Results 18 comments of Pranav

Example Generated Query from hive core test ```SELECT CONCAT_WS(",",NVL(CAST(advertiser_id AS STRING), ''), NVL(CAST(keyword_id AS STRING), ''), NVL(CAST(mang_impressions AS STRING), ''), NVL(CAST(mang_keyword_count AS STRING), ''), NVL(CAST(mang_keyword_count_scaled AS STRING), '')) FROM( SELECT...

@ishan8 Can you please rebase this? lets get this in

please put the more description as per our discussion today.

in the case of returning large rows, you might want to use OffHeapRowList https://github.com/yahoo/maha/issues/675

Hello @YixianNiu take look at the test at com/yahoo/maha/core/query/oracle/OracleQueryGeneratorTest.scala. All you can do is DeSer input request like following and try generating the Request Model for given json. It will...

Good use case, just few additions to design. CompoundFilterOperation or CombinedFilterOperation filter list should support all the existing filters. Input Reporting Request looks good to me.

Hello, I will be driving this project onwards. My team actively uses CMAK along with multiple other teams at Yahoo. will go through list of issues and prioritize them one...

we have added the build screwdriver pipeline that will run with every PR.