Yuvraj Jaiswal

Results 6 comments of Yuvraj Jaiswal

@HariSekhon @live-wire +1 getting a similar issue while connecting to hbase via shell. the host_name (`hbase_host,16020,1586308795817` in this case and similar in mine) is not getting resolved and thus causing...

@Ana06 is this something that I can take up? If so, will be happy to share a design doc and proceed on this. cc @differentreality

Does this mean we can use `STRUCT` from BigQuery to construct `Table()` in pyathena and run queries on them? @laughingman7743 ?

Or is this issue for an implementation similar to this?

Thanks @laughingman7743 I will try it out and post the results here. Might be helpful for others

A query built using sqlalchemy + pyathena something like this ```python query = select().where( func.cardinality(func.filter( "action", lambda x: ( func.cast(x['timestamp'], Date) = '2020-06-01', func.cast(x['action_count'], Integer) > 3 ) )) )...